diff options
Diffstat (limited to 'gas/config/tc-msp430.c')
-rw-r--r-- | gas/config/tc-msp430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-msp430.c b/gas/config/tc-msp430.c index bff7951..d33a18d 100644 --- a/gas/config/tc-msp430.c +++ b/gas/config/tc-msp430.c @@ -2377,7 +2377,7 @@ msp430_dstoperand (struct msp430_operand_s * op, bfd_boolean allow_20bit_values, bfd_boolean constants_allowed) { - int dummy; + bfd_boolean dummy; int ret = msp430_srcoperand (op, l, bin, & dummy, allow_20bit_values, constants_allowed); |