fix to fix

This commit is contained in:
ceriel 1987-11-26 10:26:06 +00:00
parent e3501a00dc
commit c27082938b

View file

@ -790,7 +790,7 @@ varinfo *kills,*allocates,*generates,*yields,*leaving;
codenl(); codenl();
break; break;
case INSTLAB: case INSTLAB:
cocono = -1; cocono = 0;
tlab[0] = vp->vi_int[1] + '0'; tlab[0] = vp->vi_int[1] + '0';
code53(DO_INSTR,0); code53(DO_INSTR,0);
codeint(strlookup(tlab)); codeint(strlookup(tlab));