mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
don't bother checking return value from hash_new
This commit is contained in:
parent
1cf91c69b0
commit
0c6eb684cc
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user