aboutsummaryrefslogtreecommitdiff
path: root/target-i386/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/exec.h')
-rw-r--r--target-i386/exec.h3
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];