diff options
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index a9bd222..fba40cf 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -1532,12 +1532,12 @@ decode_local_label_name (s) char *type; const char *message_format = _("\"%d\" (instance number %d of a %s label)"); int index = 0; - + #ifdef LOCAL_LABEL_PREFIX if (s[index] == LOCAL_LABEL_PREFIX) ++index; #endif - + if (s[index] != 'L') return s; |