leave register messages with a count of 0

This commit is contained in:
ceriel 1989-06-05 15:47:53 +00:00
parent cc3459e5a8
commit 64a35f954d

View file

@ -60,13 +60,11 @@ outregs() {
for(rp=curpro.freg; rp != (reg_p) 0; rp = tp) { for(rp=curpro.freg; rp != (reg_p) 0; rp = tp) {
tp = rp->r_next; tp = rp->r_next;
if (rp->r_par[3] != 0) {
outinst(ps_mes); outinst(ps_mes);
outoff((offset)ms_reg); outoff((offset)ms_reg);
for(i=0;i<4;i++) for(i=0;i<4;i++)
outoff(rp->r_par[i]); outoff(rp->r_par[i]);
outinst(sp_cend); outinst(sp_cend);
}
oldreg(rp); oldreg(rp);
} }
/* List of register messages is followed by an empty ms_reg /* List of register messages is followed by an empty ms_reg