fixed a bug: a numeric label now kills condition codes
authorceriel <none@none>
Tue, 24 Nov 1987 11:43:51 +0000 (11:43 +0000)
committerceriel <none@none>
Tue, 24 Nov 1987 11:43:51 +0000 (11:43 +0000)
util/ncgg/output.c

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