diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-04 18:29:25 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-04 18:29:25 +0000 |
commit | 5cc1d1e628f37424f2c96c585477aaf79ce0d9cc (patch) | |
tree | 8bd3bc4b87091bded66afdfbd87015d84ae6e89a /target-i386/cpu.h | |
parent | 33c263df7f87ca0cd170a6017a668205488ab010 (diff) |
save more CPU state
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4669 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 18cb6addd7..d80ffb8718 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -541,8 +541,8 @@ typedef struct CPUX86State { uint64_t efer; uint64_t star; - target_phys_addr_t vm_hsave; - target_phys_addr_t vm_vmcb; + uint64_t vm_hsave; + uint64_t vm_vmcb; uint64_t tsc_offset; uint64_t intercept; uint16_t intercept_cr_read; |