summaryrefslogtreecommitdiff
path: root/target-i386/helper.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-21 13:29:45 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-21 13:29:45 +0000
commit07be379fb1d4d919384001a6732e1fa81b2212a2 (patch)
tree8c287dd420b329db1beb327c36ccd019f0f8b1f6 /target-i386/helper.h
parent9d0763c4c0bc7840a3113abf39aae6dd87e9be91 (diff)
downloadqemu-07be379fb1d4d919384001a6732e1fa81b2212a2.tar.gz
converted INTO/CMPXCHG8B to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4510 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/helper.h')
-rw-r--r--target-i386/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/helper.h b/target-i386/helper.h
index d8b2829cbc..76775e15a6 100644
--- a/target-i386/helper.h
+++ b/target-i386/helper.h
@@ -71,6 +71,7 @@ void helper_reset_inhibit_irq(void);
void helper_boundw(target_ulong a0, int v);
void helper_boundl(target_ulong a0, int v);
void helper_rsm(void);
+void helper_into(int next_eip_addend);
void helper_cmpxchg8b(target_ulong a0);
void helper_single_step(void);
void helper_cpuid(void);