fixed a bug: a numeric label now kills condition codes
This commit is contained in:
parent
b1482d9a9f
commit
05fc517390
@ -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…
x
Reference in New Issue
Block a user