mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4746 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
17ca26e791
commit
94451178b6
3 changed files with 21 additions and 11 deletions
|
@ -60,9 +60,9 @@ DEF_HELPER(void, helper_sysexit, (void))
|
|||
DEF_HELPER(void, helper_syscall, (int next_eip_addend))
|
||||
DEF_HELPER(void, helper_sysret, (int dflag))
|
||||
#endif
|
||||
DEF_HELPER(void, helper_hlt, (void))
|
||||
DEF_HELPER(void, helper_hlt, (int next_eip_addend))
|
||||
DEF_HELPER(void, helper_monitor, (target_ulong ptr))
|
||||
DEF_HELPER(void, helper_mwait, (void))
|
||||
DEF_HELPER(void, helper_mwait, (int next_eip_addend))
|
||||
DEF_HELPER(void, helper_debug, (void))
|
||||
DEF_HELPER(void, helper_raise_interrupt, (int intno, int next_eip_addend))
|
||||
DEF_HELPER(void, helper_raise_exception, (int exception_index))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue