diff options
Diffstat (limited to 'gas/config/tc-xgate.c')
-rw-r--r-- | gas/config/tc-xgate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-xgate.c b/gas/config/tc-xgate.c index 954acdc..cca049c 100644 --- a/gas/config/tc-xgate.c +++ b/gas/config/tc-xgate.c @@ -341,7 +341,7 @@ md_begin (void) prev_op_name = op_handles[j].name; } - while (op_handles->name) + for (i = 1; i < (int)number_of_handle_rows; i++) { hash_insert (xgate_hash, op_handles->name, (char *) op_handles); op_handles++; |