fixed a bug: a numeric label now kills condition codes

This commit is contained in:
ceriel 1987-11-24 11:43:51 +00:00
parent 70403f62d9
commit 067eace890

View file

@ -790,6 +790,7 @@ varinfo *kills,*allocates,*generates,*yields,*leaving;
codenl(); codenl();
break; break;
case INSTLAB: case INSTLAB:
cocono = -1;
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));