case 8 and case 6 deleted in switch of function 'prolog'
authorgarde <none@none>
Mon, 21 Jan 1985 14:17:11 +0000 (14:17 +0000)
committergarde <none@none>
Mon, 21 Jan 1985 14:17:11 +0000 (14:17 +0000)
mach/i80/ncg/mach.c

index 97951a5..cdaf75f 100644 (file)
@@ -57,8 +57,6 @@ prolog(nlocals) full nlocals; {
 
        fprintf(codefile,"\tpush\tb\n\tlxi\th,0\n\tdad\tsp\n\tmov\tb,h\n\tmov\tc,l\n");
        switch (nlocals) {
-       case 8: fprintf(codefile,"\tpush\th\n");
-       case 6: fprintf(codefile,"\tpush\th\n");
        case 4: fprintf(codefile,"\tpush\th\n");
        case 2: fprintf(codefile,"\tpush\th\n");
        case 0: break;