]> git.lizzy.rs Git - plan9front.git/commitdiff
8c: dont abort() when running out of registers.
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sun, 4 Oct 2015 20:09:36 +0000 (22:09 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sun, 4 Oct 2015 20:09:36 +0000 (22:09 +0200)
sys/src/cmd/8c/txt.c

index 258d90f8e263a8abf3e89c8e0e860be0d7f4ba39..2974af4cc4484da9eff28be20763b785765b1d0c 100644 (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: