RREMOVE section updated.
This commit is contained in:
parent
dac2f97109
commit
7f0def8861
1 changed files with 3 additions and 1 deletions
|
@ -475,9 +475,11 @@ normalfailed: if (stackpad!=tokpatlen) {
|
||||||
tkdef_p tdp;
|
tkdef_p tdp;
|
||||||
result_t result;
|
result_t result;
|
||||||
|
|
||||||
|
DEBUG("RREMOVE");
|
||||||
getint(nodeno,codep);
|
getint(nodeno,codep);
|
||||||
result=compute(&enodes[nodeno]);
|
result=compute(&enodes[nodeno]);
|
||||||
assert(result.e_typ==EV_REG);
|
if (result.e_typ!=EV_REG)
|
||||||
|
break;
|
||||||
for (tp= &fakestack[stackheight-tokpatlen-1];tp>=&fakestack[0];tp--)
|
for (tp= &fakestack[stackheight-tokpatlen-1];tp>=&fakestack[0];tp--)
|
||||||
if (tp->t_token==-1) {
|
if (tp->t_token==-1) {
|
||||||
if(tp->t_att[0].ar==result.e_v.e_reg)
|
if(tp->t_att[0].ar==result.e_v.e_reg)
|
||||||
|
|
Loading…
Reference in a new issue