leave register messages with a count of 0
This commit is contained in:
parent
cc3459e5a8
commit
64a35f954d
1 changed files with 5 additions and 7 deletions
|
@ -60,13 +60,11 @@ outregs() {
|
|||
|
||||
for(rp=curpro.freg; rp != (reg_p) 0; rp = tp) {
|
||||
tp = rp->r_next;
|
||||
if (rp->r_par[3] != 0) {
|
||||
outinst(ps_mes);
|
||||
outoff((offset)ms_reg);
|
||||
for(i=0;i<4;i++)
|
||||
outoff(rp->r_par[i]);
|
||||
outinst(sp_cend);
|
||||
}
|
||||
outinst(ps_mes);
|
||||
outoff((offset)ms_reg);
|
||||
for(i=0;i<4;i++)
|
||||
outoff(rp->r_par[i]);
|
||||
outinst(sp_cend);
|
||||
oldreg(rp);
|
||||
}
|
||||
/* List of register messages is followed by an empty ms_reg
|
||||
|
|
Loading…
Reference in a new issue