Several fixes

This commit is contained in:
ceriel
1991-10-04 10:38:53 +00:00
parent bbe1e3ffdc
commit edf43fdf81
3 changed files with 115 additions and 28 deletions

View File

@@ -680,6 +680,10 @@ if (debug) { indent(); fprintf(stderr,"pop_reg_c13()=...\n"); }
free_reg(S3);
S1 = S2;
}
else {
free_reg(S1);
S1 = S3;
}
tos->cst &= 0x3FF;
}
sprint(n, "%d", tos->cst);