diff options
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index 6a6404a..0c9b379 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -795,7 +795,7 @@ parse_option (const char *option) add_to_decodelist (FLOAT, DP); add_to_decodelist (FLOAT, CVT); } - else if (CONST_STRNEQ (option, "hex")) + else if (startswith (option, "hex")) print_hex = TRUE; else /* xgettext:c-format */ |