diff options
Diffstat (limited to 'gas/config/tc-a29k.c')
-rw-r--r-- | gas/config/tc-a29k.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 0a9c22a..4f31651 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -282,8 +282,6 @@ md_begin () /* Hash up all the opcodes for fast use later. */ op_hash = hash_new (); - if (op_hash == NULL) - as_fatal ("Virtual memory exhausted"); for (i = 0; i < num_opcodes; i++) { |