fixed; did not compile
authorceriel <none@none>
Tue, 23 Jan 1990 11:00:47 +0000 (11:00 +0000)
committerceriel <none@none>
Tue, 23 Jan 1990 11:00:47 +0000 (11:00 +0000)
lang/cem/libcc/gen/ext_comp.c

index ca37b85..4496d97 100644 (file)
@@ -191,7 +191,7 @@ cmp_ext(e1, e2)
        add_ext(e1, e2, &tmp);
        e2->sign = ! e2->sign;
        if (tmp.m1 == 0 && tmp.m2 == 0) return 0;
-       if (tmp->sign) return -1;
+       if (tmp.sign) return -1;
        return 1;
 }