8c: dont abort() when running out of registers.

This commit is contained in:
cinap_lenrek 2015-10-04 22:09:36 +02:00
parent a23d7cdb84
commit 36876b9522

View file

@ -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: