bug fix
authorceriel <none@none>
Mon, 23 Feb 1987 15:48:27 +0000 (15:48 +0000)
committerceriel <none@none>
Mon, 23 Feb 1987 15:48:27 +0000 (15:48 +0000)
util/ncgg/output.c

index 853b2bc..5baf74e 100644 (file)
@@ -689,12 +689,12 @@ varinfo *kills,*allocates,*generates,*yields,*leaving;
                        code53(DO_REMOVE,1);
                        codeint(vp->vi_int[0]);
                        codeint(vp->vi_int[1]);
-               } else if (vp->vi_int[1] >= 0) {
+               } else if (vp->vi_int[0] >= 0) {
                        code53(DO_REMOVE,0);
                        codeint(vp->vi_int[0]);
                } else {
                        code8(DO_RREMOVE);
-                       codeint(vp->vi_int[0]);
+                       codeint(-vp->vi_int[0] - 1);
                }
                codenl();
        }