PR 10437
[binutils-gdb.git] / gas / config / tc-i860.c
index b6ff7bcc6553dcc2044237cedbd3aee8a1964b12..445f92ff2a687c737d8cc48ca91344952b19bca3 100644 (file)
@@ -261,7 +261,7 @@ md_assemble (char *str)
   int i;
   struct i860_it pseudo[3];
 
-  assert (str);
+  gas_assert (str);
   fc = 0;
 
   /* Assemble the instruction.  */
@@ -1489,4 +1489,3 @@ i860_check_label (symbolS *labelsym)
       input_line_pointer++;
     }
 }
-