fixed a bug: a numeric label now kills condition codes
This commit is contained in:
parent
70403f62d9
commit
067eace890
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue