From 440d6faadd0d7210672c43585b6eb649ac639bcb Mon Sep 17 00:00:00 2001 From: dtrg Date: Fri, 27 Apr 2007 22:15:31 +0000 Subject: [PATCH] Fixed a bug where loc lol stf was getting the constant pushed onto the stack *after* stf had popped it off. --- mach/i80/ncg/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/i80/ncg/table b/mach/i80/ncg/table index 01f57a25e..d64da6214 100644 --- a/mach/i80/ncg/table +++ b/mach/i80/ncg/table @@ -532,7 +532,7 @@ gen dad lb mov {m},e pat stf -with hl_or_de +with hl_or_de STACK uses hl_or_de={const2,$1} gen dad de pop de -- 2.34.1