diff options
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -554,8 +554,9 @@ read_a_source_file (name) } else { - int lineno; - char *s; + unsigned int lineno; + char *s; + as_where (&s, &lineno); OBJ_GENERATE_ASM_LINENO (s, lineno); } |