mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
syscall insn fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1199 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bdfaf503dc
commit
06c2f5066e
4 changed files with 7 additions and 7 deletions
|
@ -199,7 +199,7 @@ void helper_cpuid(void);
|
|||
void helper_enter_level(int level, int data32);
|
||||
void helper_sysenter(void);
|
||||
void helper_sysexit(void);
|
||||
void helper_syscall(void);
|
||||
void helper_syscall(int next_eip_addend);
|
||||
void helper_sysret(int dflag);
|
||||
void helper_rdtsc(void);
|
||||
void helper_rdmsr(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue