aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/read.c b/gas/read.c
index de45590..d85efe8 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -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);
}