summaryrefslogtreecommitdiffstats
path: root/target-i386
diff options
context:
space:
mode:
authorEmilio G. Cota2015-03-21 18:29:09 +0100
committerMichael Tokarev2015-04-04 08:45:59 +0200
commit9c04146ad4696b20c440bfbb4a6ab27ea254e7ca (patch)
treed5fcc05e764523e06bf51550e487603304fdcd15 /target-i386
parentpcspk: Fix I/O port name (diff)
downloadqemu-9c04146ad4696b20c440bfbb4a6ab27ea254e7ca.tar.gz
qemu-9c04146ad4696b20c440bfbb4a6ab27ea254e7ca.tar.xz
qemu-9c04146ad4696b20c440bfbb4a6ab27ea254e7ca.zip
target-i386: remove superfluous TARGET_HAS_SMC macro
Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 15db6d7aba..4ee12ca2e9 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