From 6c588b0ae894af27c2a45aa4b62488bac1a48be1 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 d806885a8..719d8b549 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) { -- 2.34.1