NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid
when the 0x prefix is used.
This commit is contained in:
parent
6dc19fc4d6
commit
ab266a97fb
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ operand (expressionP)
|
|||
|
||||
case 'x':
|
||||
case 'X':
|
||||
if (flag_m68k_mri || NUMBERS_WITH_SUFFIX)
|
||||
if (flag_m68k_mri)
|
||||
goto default_case;
|
||||
input_line_pointer++;
|
||||
integer_constant (16, expressionP);
|
||||
|
|
Loading…
Reference in a new issue