is_end_of_line fixes.
[deliverable/binutils-gdb.git] / gas / config / tc-m88k.c
index f77460a0caf0050db9601a6f75661782857f0c89..a8f5b431980a796c8277984ca67463385b2fc0b1 100644 (file)
@@ -1311,7 +1311,7 @@ s_bss ()
       as_warn (_("Ignoring attempt to re-define symbol %s."), name);
     }
 
-  while (!is_end_of_line[*input_line_pointer])
+  while (!is_end_of_line[(unsigned char) *input_line_pointer])
     {
       input_line_pointer++;
     }
This page took 0.023454 seconds and 4 git commands to generate.