From cfd0a9b894f999a24a7ed6de736fddc6a3cbfa10 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 3 Dec 1990 09:36:56 +0000 Subject: [PATCH] NOP now does not call .nop anymore --- mach/vax4/cg/table | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mach/vax4/cg/table b/mach/vax4/cg/table index ab2753348..3954fa910 100644 --- a/mach/vax4/cg/table +++ b/mach/vax4/cg/table @@ -4454,7 +4454,11 @@ lpb | bigsource4 | mon | STACK | "jsb\t.mon" | | | nop | STACK | - "jsb\t.nop" | | | +#ifdef TESTING + "jsb\t.nop" +#endif + | | | + #ifdef DORCK rck $1==4 | STACK | "jsb\t.rck4" | | | -- 2.34.1