is_end_of_line fixes.
[deliverable/binutils-gdb.git] / gas / config / tc-h8500.c
index 9dec3e2e6a21ded70221df8086b226799821e3a6..b5e6be381903d26d082ae813e8dc44f9057b395d 100644 (file)
@@ -1104,8 +1104,7 @@ DEFUN (md_assemble, (str),
 
   /* find the op code end */
   for (op_start = op_end = str;
-       *op_end &&
-       !is_end_of_line[*op_end] && *op_end != ' ';
+       !is_end_of_line[(unsigned char) *op_end] && *op_end != ' ';
        op_end++)
     {
       if (                     /**op_end != '.'
This page took 0.02364 seconds and 4 git commands to generate.