diff options
Diffstat (limited to 'gas/messages.c')
-rw-r--r-- | gas/messages.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gas/messages.c b/gas/messages.c index f161dc3..2c9f3da 100644 --- a/gas/messages.c +++ b/gas/messages.c @@ -342,13 +342,13 @@ sprint_value (char *buf, valueT val) #define HEX_MIN_THRESHOLD -(HEX_MAX_THRESHOLD) static void -as_internal_value_out_of_range (char * prefix, - offsetT val, - offsetT min, - offsetT max, - char * file, - unsigned line, - int bad) +as_internal_value_out_of_range (const char * prefix, + offsetT val, + offsetT min, + offsetT max, + char * file, + unsigned line, + int bad) { const char * err; |