Changeset 45106 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 20, 2013 3:18:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EM.cpp
r44399 r45106 1423 1423 if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_HM_UPDATE_PAE_PDPES)) 1424 1424 { 1425 Assert(CPUMIsGuestInPAEMode(pVCpu));1425 /* The paging mode might no longer be PAE but we still need to update this, otherwise we lose updates in HM. */ 1426 1426 PX86PDPE pPdpes = HMGetPaePdpes(pVCpu); 1427 1427 AssertPtr(pPdpes);
Note:
See TracChangeset
for help on using the changeset viewer.