diff options
Diffstat (limited to 'gas/config/tc-xstormy16.c')
-rw-r--r-- | gas/config/tc-xstormy16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index 487e981..3edf384 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -136,7 +136,7 @@ md_operand (expressionS * e) if (*input_line_pointer != '@') return; - if (strncmp (input_line_pointer + 1, "fptr", 4) == 0) + if (startswith (input_line_pointer + 1, "fptr")) { input_line_pointer += 5; SKIP_WHITESPACE (); |