From cf32c08fd9aa00d89220ba211ae9f3f9efd80bfc Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 7 Sep 1992 12:47:11 +0000 Subject: [PATCH] Fix previous change --- mach/z8000/cg/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/z8000/cg/table b/mach/z8000/cg/table index 1ac01f65a..1c6a2df70 100644 --- a/mach/z8000/cg/table +++ b/mach/z8000/cg/table @@ -708,7 +708,7 @@ loe dup adp ste $1==$4 && $2==2 && $3>0 && $3<=16 | | remove( ind_access ) "inc $1, $$$3" setcc({da2, $1}) | %[a] | | -loe dup adp ste $1==$2 && $2==2 && $3<0 && $3>=0-16 | | +loe dup adp ste $1==$4 && $2==2 && $3<0 && $3>=0-16 | | allocate( REG = {da2, $1} ) remove( da ) remove( indexed, %[xreg]!=LB ) -- 2.34.1