mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 09:56:23 +08:00
* config/tc-sparc.c (isoctal): Fix thinko.
This commit is contained in:
@ -204,7 +204,7 @@ const char FLT_CHARS[] = "rRsSfFdDxXpP";
|
||||
changed in read.c. Ideally it shouldn't have to know about it at all,
|
||||
but nothing is ideal around here. */
|
||||
|
||||
#define isoctal(c) ((unsigned) ((c) - '0') < '8')
|
||||
#define isoctal(c) ((unsigned) ((c) - '0') < 8)
|
||||
|
||||
struct sparc_it
|
||||
{
|
||||
|
Reference in New Issue
Block a user