From b1806c5e5a4e102d0cc8a33a6fdf7e19e37c626c 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 b7664be9..e800336e 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