From cd78a1a27aec95e5303109022538acff8be6b2b0 Mon Sep 17 00:00:00 2001 From: garde Date: Mon, 21 Jan 1985 14:17:11 +0000 Subject: [PATCH] case 8 and case 6 deleted in switch of function 'prolog' --- mach/i80/ncg/mach.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.34.1