From 28c8abd52b3351bc0dfa80e843f8b76e51821e1a Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 14 Nov 1988 16:50:06 +0000 Subject: [PATCH] fix to fix --- mach/m68020/ncg/table | 2 +- mach/m68k2/ncg/table | 2 +- mach/m68k4/ncg/table | 2 +- mach/moon3/ncg/table | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mach/m68020/ncg/table b/mach/m68020/ncg/table index 9ad6bf4e8..7355786d2 100644 --- a/mach/m68020/ncg/table +++ b/mach/m68020/ncg/table @@ -2780,7 +2780,7 @@ with STACK gen add_l {const, $1}, sp pat asp with STACK - gen move_l {regAcon, sp, $1}, sp + gen lea {regAcon, sp, $1}, sp pat ass $1==4 with any4 STACK diff --git a/mach/m68k2/ncg/table b/mach/m68k2/ncg/table index 9ad6bf4e8..7355786d2 100644 --- a/mach/m68k2/ncg/table +++ b/mach/m68k2/ncg/table @@ -2780,7 +2780,7 @@ with STACK gen add_l {const, $1}, sp pat asp with STACK - gen move_l {regAcon, sp, $1}, sp + gen lea {regAcon, sp, $1}, sp pat ass $1==4 with any4 STACK diff --git a/mach/m68k4/ncg/table b/mach/m68k4/ncg/table index 9ad6bf4e8..7355786d2 100644 --- a/mach/m68k4/ncg/table +++ b/mach/m68k4/ncg/table @@ -2780,7 +2780,7 @@ with STACK gen add_l {const, $1}, sp pat asp with STACK - gen move_l {regAcon, sp, $1}, sp + gen lea {regAcon, sp, $1}, sp pat ass $1==4 with any4 STACK diff --git a/mach/moon3/ncg/table b/mach/moon3/ncg/table index 9ad6bf4e8..7355786d2 100644 --- a/mach/moon3/ncg/table +++ b/mach/moon3/ncg/table @@ -2780,7 +2780,7 @@ with STACK gen add_l {const, $1}, sp pat asp with STACK - gen move_l {regAcon, sp, $1}, sp + gen lea {regAcon, sp, $1}, sp pat ass $1==4 with any4 STACK -- 2.34.1