From eb6a4a95cd1855ef6ae2e62c1dfaeb677aec9d1b Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 14 Mar 1988 13:30:48 +0000 Subject: [PATCH] deleted some patterns that were wrong, and apparently never used --- mach/m68020/ncg/table | 8 ++++++-- mach/m68k2/ncg/table | 8 ++++++-- mach/m68k4/ncg/table | 8 ++++++-- mach/moon3/ncg/table | 8 ++++++-- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/mach/m68020/ncg/table b/mach/m68020/ncg/table index 4120fe33b..e744ce2e1 100644 --- a/mach/m68020/ncg/table +++ b/mach/m68020/ncg/table @@ -2499,7 +2499,9 @@ with DD_REG ************************************************/ -pat cmi $1==4 leaving sbi 4 +/* pat cmi $1==4 leaving sbi 4 + WRONG !! +*/ pat cmi defined($1) with STACK @@ -2515,7 +2517,9 @@ with any4 STACK jsr {absolute4, ".cmi"} yields d0 -pat cmu $1==4 leaving sbi 4 +/* pat cmu $1==4 leaving sbi 4 + WRONG !! +*/ pat cmu defined($1) with STACK diff --git a/mach/m68k2/ncg/table b/mach/m68k2/ncg/table index 4120fe33b..e744ce2e1 100644 --- a/mach/m68k2/ncg/table +++ b/mach/m68k2/ncg/table @@ -2499,7 +2499,9 @@ with DD_REG ************************************************/ -pat cmi $1==4 leaving sbi 4 +/* pat cmi $1==4 leaving sbi 4 + WRONG !! +*/ pat cmi defined($1) with STACK @@ -2515,7 +2517,9 @@ with any4 STACK jsr {absolute4, ".cmi"} yields d0 -pat cmu $1==4 leaving sbi 4 +/* pat cmu $1==4 leaving sbi 4 + WRONG !! +*/ pat cmu defined($1) with STACK diff --git a/mach/m68k4/ncg/table b/mach/m68k4/ncg/table index 4120fe33b..e744ce2e1 100644 --- a/mach/m68k4/ncg/table +++ b/mach/m68k4/ncg/table @@ -2499,7 +2499,9 @@ with DD_REG ************************************************/ -pat cmi $1==4 leaving sbi 4 +/* pat cmi $1==4 leaving sbi 4 + WRONG !! +*/ pat cmi defined($1) with STACK @@ -2515,7 +2517,9 @@ with any4 STACK jsr {absolute4, ".cmi"} yields d0 -pat cmu $1==4 leaving sbi 4 +/* pat cmu $1==4 leaving sbi 4 + WRONG !! +*/ pat cmu defined($1) with STACK diff --git a/mach/moon3/ncg/table b/mach/moon3/ncg/table index 4120fe33b..e744ce2e1 100644 --- a/mach/moon3/ncg/table +++ b/mach/moon3/ncg/table @@ -2499,7 +2499,9 @@ with DD_REG ************************************************/ -pat cmi $1==4 leaving sbi 4 +/* pat cmi $1==4 leaving sbi 4 + WRONG !! +*/ pat cmi defined($1) with STACK @@ -2515,7 +2517,9 @@ with any4 STACK jsr {absolute4, ".cmi"} yields d0 -pat cmu $1==4 leaving sbi 4 +/* pat cmu $1==4 leaving sbi 4 + WRONG !! +*/ pat cmu defined($1) with STACK -- 2.34.1