diff options
Diffstat (limited to 'gas/config/tc-i860.c')
-rw-r--r-- | gas/config/tc-i860.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index b6ff7bcc655..445f92ff2a6 100644 --- a/gas/config/tc-i860.c +++ b/gas/config/tc-i860.c @@ -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++; } } - |