diff options
Diffstat (limited to 'gas/symbols.c')
-rw-r--r-- | gas/symbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/symbols.c b/gas/symbols.c index bf47ebb..c8773f1 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -2032,7 +2032,7 @@ symbol_X_add_number (symbolS *s) return &((struct local_symbol *) s)->lsy_value; #endif - return &s->sy_value.X_add_number; + return (valueT *)&s->sy_value.X_add_number; } /* Set the value of SYM to the current position in the current segment. */ |