From 9c04146ad4696b20c440bfbb4a6ab27ea254e7ca Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Sat, 21 Mar 2015 13:29:09 -0400 Subject: target-i386: remove superfluous TARGET_HAS_SMC macro Signed-off-by: Emilio G. Cota Reviewed-by: Paolo Bonzini Signed-off-by: Michael Tokarev --- target-i386/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-i386') diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 15db6d7..4ee12ca 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -31,8 +31,6 @@ /* Maximum instruction code size */ #define TARGET_MAX_INSN_SIZE 16 -/* target supports implicit self modifying code */ -#define TARGET_HAS_SMC /* support for self modifying code even if the modified instruction is close to the modifying instruction */ #define TARGET_HAS_PRECISE_SMC -- cgit v1.1