fixed again
authorceriel <none@none>
Tue, 30 Jan 1990 14:02:49 +0000 (14:02 +0000)
committerceriel <none@none>
Tue, 30 Jan 1990 14:02:49 +0000 (14:02 +0000)
mach/m68020/top/table

index d806885..719d8b5 100644 (file)
@@ -200,7 +200,7 @@ int isshift_once(s, c1, c2)
                pow <<= 1;
                i++;
        }
-       i = 0;
+       i = 1;
        strcpy(c1, "8");
        while (i <= 8) {
                if (pow & val) {