Changeset 16177 in vbox
- Timestamp:
- Jan 22, 2009 3:38:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16172 r16177 910 910 # else /* PGM_SHW_TYPE == PGM_TYPE_AMD64 */ 911 911 /* PML4 */ 912 AssertReturn( CTX_SUFF(pVM->pgm.s.pShwRoot), VERR_INTERNAL_ERROR);912 AssertReturn(pVM->pgm.s.pShwRootR3, VERR_INTERNAL_ERROR); 913 913 914 914 const unsigned iPml4 = (GCPtrPage >> X86_PML4_SHIFT) & X86_PML4_MASK;
Note:
See TracChangeset
for help on using the changeset viewer.

