-
/* itbl-ops.c
-
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
e_processor procn;
e_type type;
+ if (!itbl_have_entries)
+ return;
+
/* Since register names don't have a prefix, put them in the symbol table so
they can't be used as symbols. This simplifies argument parsing as
we can let gas parse registers for us. */
struct itbl_entry *e, **es;
int n, id, size, new_size, new_num_opcodes;
- ASSERT (itbl_num_opcodes > 0);
+ if (!itbl_have_entries)
+ return;
+
if (!itbl_num_opcodes) /* no new instructions to add! */
{
return;