Changeset 92568 in vbox for trunk/src/VBox
- Timestamp:
- Nov 23, 2021 3:45:50 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r92545 r92568 5709 5709 else \ 5710 5710 { \ 5711 /* Either invalid PDPTEs or CR3 second-level translation failed. Raise #GP(0) either way. */ \ 5711 5712 Log(("iemCImpl_load_Cr%#x: Trying to load invalid PAE PDPEs\n", a_iCrReg)); \ 5712 5713 return iemRaiseGeneralProtectionFault0(a_pVCpu); \
Note:
See TracChangeset
for help on using the changeset viewer.