aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index 71915ee..bc31d32 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -1397,6 +1397,7 @@ read_a_source_file (const char *name)
if (next_char && strchr (line_comment_chars, next_char))
{
/* Its a comment, ignore it. Note: Not ignore_rest_of_line ()! */
+ s = input_line_pointer;
while (s <= buffer_limit)
if (is_end_of_line (*s++))
break;