case 8 and case 6 deleted in switch of function 'prolog'
This commit is contained in:
parent
d3a42778d0
commit
05dbcb9956
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user