case 8 and case 6 deleted in switch of function 'prolog'

This commit is contained in:
garde 1985-01-21 14:17:11 +00:00
parent 309bbef3ea
commit cd78a1a27a

View 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;