From: garde Date: Mon, 21 Jan 1985 14:17:11 +0000 (+0000) Subject: case 8 and case 6 deleted in switch of function 'prolog' X-Git-Tag: release-5-5~5753 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cd78a1a27aec95e5303109022538acff8be6b2b0;p=ack.git case 8 and case 6 deleted in switch of function 'prolog' --- diff --git a/mach/i80/ncg/mach.c b/mach/i80/ncg/mach.c index 97951a555..cdaf75f45 100644 --- a/mach/i80/ncg/mach.c +++ b/mach/i80/ncg/mach.c @@ -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;