- Timestamp:
- Sep 29, 2008 1:31:41 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37143
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r12789 r12798 736 736 737 737 pVM->hwaccm.s.Event.fPending = false; 738 739 /* Reset state information for real-mode emulation in VT-x. */ 740 pVM->hwaccm.s.vmx.RealMode.Event.fPending = false; 741 memset(&pVM->hwaccm.s.vmx.RealMode, 0, sizeof(pVM->hwaccm.s.vmx.RealMode)); 742 pVM->hwaccm.s.vmx.enmCurrGuestMode = PGMMODE_REAL; 738 743 } 739 744 -
trunk/src/VBox/VMM/HWACCMInternal.h
r12796 r12798 40 40 #endif 41 41 42 //#define HWACCM_VMX_EMULATE_REALMODE42 #define HWACCM_VMX_EMULATE_REALMODE 43 43 44 44 __BEGIN_DECLS
Note:
See TracChangeset
for help on using the changeset viewer.