X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-i370.c;h=c02eae6d49bf1c7bb07d9f072213b98f7acb5f3b;hb=9c2799c243988c1a6d3fe93c7c2c06599672068d;hp=af3b2841e892ebee81482ea95cb337b1923116f9;hpb=6e3f70d70b1c88fb344b31ec6d3021b97d58302e;p=thirdparty%2Fbinutils-gdb.git diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index af3b2841e89..c02eae6d49b 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -1923,7 +1923,7 @@ md_assemble (char *str) { const struct i370_macro *macro; - assert (i370_macro_hash); + gas_assert (i370_macro_hash); macro = (const struct i370_macro *) hash_find (i370_macro_hash, str); if (macro == (const struct i370_macro *) NULL) as_bad ("Unrecognized opcode: `%s'", str); @@ -2668,4 +2668,3 @@ const pseudo_typeS md_pseudo_table[] = { NULL, NULL, 0 } }; -