diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-10 19:53:04 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-10 19:53:04 +0000 |
commit | 3d7374c5dab5670891e34d6f5752d6c3e23259dc (patch) | |
tree | 9eadbbcd05302aebe1a5522fee441608b2364faa /target-i386/exec.h | |
parent | 4f2092904d80257dfc9be7569cdf58ffbe0182a8 (diff) |
monitor/mwait support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2044 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/exec.h')
-rw-r--r-- | target-i386/exec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-i386/exec.h b/target-i386/exec.h index 4ff527f841..609a5869a0 100644 --- a/target-i386/exec.h +++ b/target-i386/exec.h @@ -496,6 +496,9 @@ void save_native_fp_state(CPUState *env); float approx_rsqrt(float a); float approx_rcp(float a); void update_fp_status(void); +void helper_hlt(void); +void helper_monitor(void); +void helper_mwait(void); extern const uint8_t parity_table[256]; extern const uint8_t rclw_table[32]; |