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)
|
if(reg[i] == 0)
|
||||||
goto out;
|
goto out;
|
||||||
diag(tn, "out of fixed registers");
|
diag(tn, "out of fixed registers");
|
||||||
abort();
|
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
case TFLOAT:
|
case TFLOAT:
|
||||||
|
|
Loading…
Reference in a new issue