From 3c3d2a45200bbd20e88bf617df083111a514d13f Mon Sep 17 00:00:00 2001 From: David Given Date: Thu, 14 Feb 2019 23:21:47 +0100 Subject: [PATCH] Fix bad helper tool invocation for inl with faddrn. --- mach/i80/ncg/table | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mach/i80/ncg/table b/mach/i80/ncg/table index 87d1d0a3e..1cd47d652 100644 --- a/mach/i80/ncg/table +++ b/mach/i80/ncg/table @@ -954,7 +954,7 @@ pat inc inx %1 yields %1 -pat inl ($1>0) && ($10) && ($1<=STACKHELPERS) uses hlreg gen Call {plabel, ".faddr", $1} @@ -964,10 +964,10 @@ pat inl ($1>0) && ($1=0-STACKHELPERS) uses hlreg gen - Call {plabel, ".faddrn", $1} + Call {plabel, ".faddrn", 0-$1} inr {m} jnz {label,1f} inx hl -- 2.34.1