8c: dont abort() when running out of registers.
This commit is contained in:
parent
a23d7cdb84
commit
36876b9522
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ regalloc(Node *n, Node *tn, Node *o)
|
|||
if(reg[i] == 0)
|
||||
goto out;
|
||||
diag(tn, "out of fixed registers");
|
||||
abort();
|
||||
goto err;
|
||||
|
||||
case TFLOAT:
|
||||
|
|
Loading…
Reference in a new issue