diff options
Diffstat (limited to 'gas/config/tc-vax.c')
-rw-r--r-- | gas/config/tc-vax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index ec83657..e7a7c34 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -2400,7 +2400,7 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp) #endif reloc->howto = bfd_reloc_type_lookup (stdoutput, code); - assert (reloc->howto != 0); + gas_assert (reloc->howto != 0); return reloc; } |