mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
enter insn fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1135 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9746b15b4e
commit
61a8c4ec3a
6 changed files with 92 additions and 16 deletions
|
@ -167,6 +167,7 @@ void helper_divl_EAX_T0(uint32_t eip);
|
|||
void helper_idivl_EAX_T0(uint32_t eip);
|
||||
void helper_cmpxchg8b(void);
|
||||
void helper_cpuid(void);
|
||||
void helper_enter_level(int level, int data32);
|
||||
void helper_sysenter(void);
|
||||
void helper_sysexit(void);
|
||||
void helper_rdtsc(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue