Added debug statement
This commit is contained in:
parent
25f7fe9b77
commit
722bf6de1e
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ unsigned codegen(codep,ply,toplevel,costlimit,forced) byte *codep; unsigned cost
|
|||
byte *bp;
|
||||
int n;
|
||||
unsigned mindistance,dist;
|
||||
register i;
|
||||
register int i;
|
||||
int cindex;
|
||||
int npos,npos2,pos[MAXPOS],pos2[MAXPOS];
|
||||
#ifdef STONSTACK
|
||||
|
@ -401,6 +401,7 @@ if (Debug > 1) fprintf(stderr, "cost after coercions: %u\n", t);
|
|||
rp->r_contents.t_token=0;
|
||||
break;
|
||||
case DO_RREMOVE: /* register remove */
|
||||
DEBUG("RREMOVE");
|
||||
getint(nodeno,codep);
|
||||
result=compute(&enodes[nodeno]);
|
||||
assert(result.e_typ==EV_REG);
|
||||
|
|
Loading…
Reference in a new issue