From 753113141662980a37a2ea8de1dfecf54cb76541 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 11 May 1989 13:55:31 +0000 Subject: [PATCH] fix: kills line for STI 1 with ADDR_LOCAL was wrong --- mach/i86/ncg/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/i86/ncg/table b/mach/i86/ncg/table index b7664be98..e800336e4 100644 --- a/mach/i86/ncg/table +++ b/mach/i86/ncg/table @@ -724,7 +724,7 @@ pat sti $1==1 kills indirects gen move %2,{EXTERN1,%1.off} with ADDR_LOCAL regorconst12 - kills indexed,locals %ind+%size > $1 && %ind <= $1 + kills indexed,locals %ind+%size > %1.ind && %ind <= %1.ind gen move %2,{ind_regoff1,bp,%1.ind} pat sti $1==4 -- 2.34.1