From be1fa7e8b9a90f7cef9a4d03b260cef2f1801d33 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Jan 1990 14:02:49 +0000 Subject: [PATCH] fixed again --- mach/m68020/top/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/m68020/top/table b/mach/m68020/top/table index d806885a..719d8b54 100644 --- a/mach/m68020/top/table +++ b/mach/m68020/top/table @@ -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) {