Changeset 92545 in vbox
- Timestamp:
- Nov 22, 2021 12:12:53 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r92541 r92545 5709 5709 else \ 5710 5710 { \ 5711 if (rcX == VERR_PGM_PAE_PDPE_RSVD) \ 5712 { \ 5713 Log(("iemCImpl_load_Cr%#x: Trying to load invalid PAE PDPEs\n", a_iCrReg)); \ 5714 return iemRaiseGeneralProtectionFault0(a_pVCpu); \ 5715 } \ 5716 Log(("iemCImpl_load_Cr%#x: PGMGstReadPaePdpesAtCr3 failed %Rrc\n", a_iCrReg, rcX)); \ 5717 return rcX; \ 5711 Log(("iemCImpl_load_Cr%#x: Trying to load invalid PAE PDPEs\n", a_iCrReg)); \ 5712 return iemRaiseGeneralProtectionFault0(a_pVCpu); \ 5718 5713 } \ 5719 5714 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.

