From ed479cbb769fcea09442b0f6ca3f0e258df3d924 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 26 Oct 1989 10:10:34 +0000 Subject: [PATCH] Do not call the .nop subroutine for a NOP (ANSI C modification) --- mach/i86/ncg/table | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/i86/ncg/table b/mach/i86/ncg/table index 3288011bf..a3b51d823 100644 --- a/mach/i86/ncg/table +++ b/mach/i86/ncg/table @@ -2956,7 +2956,9 @@ kills ALL pat nop kills ALL +#ifdef NOTDEF gen joehoe {label, ".nop"} +#endif pat rck $1==2 with BXREG ACC -- 2.34.1