diff options
Diffstat (limited to 'gas/config/tc-aarch64.c')
-rw-r--r-- | gas/config/tc-aarch64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 4970acee19b..d272a5735fe 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -6245,7 +6245,7 @@ lookup_mnemonic (const char *start, int len) (if any) and END points to the end of the mnemonic. */ static templates * -opcode_lookup (char *base, char *dot, char *end) +opcode_lookup (const char *base, const char *dot, const char *end) { const aarch64_cond *cond; char condname[16]; |