mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
TF flag support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@144 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
631271d716
commit
cabb4d616d
2 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,7 @@ void cpu_x86_dump_state(CPUX86State *env, FILE *f, int flags);
|
|||
#define GEN_FLAG_ST_SHIFT 4
|
||||
#define GEN_FLAG_CPL_SHIFT 7
|
||||
#define GEN_FLAG_IOPL_SHIFT 9
|
||||
#define GEN_FLAG_TF_SHIFT 11
|
||||
|
||||
int cpu_x86_gen_code(uint8_t *gen_code_buf, int max_code_size,
|
||||
int *gen_code_size_ptr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue