mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
DR6 single step exception status bit, by Juergen Keil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3024 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b3ceef24f4
commit
88fe8a41f2
4 changed files with 13 additions and 1 deletions
|
@ -190,6 +190,7 @@ void helper_divq_EAX_T0(void);
|
|||
void helper_idivq_EAX_T0(void);
|
||||
void helper_bswapq_T0(void);
|
||||
void helper_cmpxchg8b(void);
|
||||
void helper_single_step(void);
|
||||
void helper_cpuid(void);
|
||||
void helper_enter_level(int level, int data32);
|
||||
void helper_enter64_level(int level, int data64);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue