diff options
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r-- | gas/itbl-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index e2f39d1..9d6e8ff 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -97,7 +97,7 @@ #ifdef DEBUG #include <assert.h> -#define ASSERT(x) assert(x) +#define ASSERT(x) gas_assert (x) #define DBG(x) printf x #else #define ASSERT(x) |