Changeset 18927 in vbox for trunk/src/VBox/VMM/testcase/tstMicro.cpp
- Timestamp:
- Apr 16, 2009 11:41:38 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46003
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstMicro.cpp
r15942 r18927 161 161 * Find the GDT - This is a HACK :-) 162 162 */ 163 RTRCPTR RCPtr = CPUMGetHyperGDTR( pVM, NULL);163 RTRCPTR RCPtr = CPUMGetHyperGDTR(VMMGetCpu0(pVM), NULL); 164 164 PX86DESC paGDTEs = (PX86DESC)MMHyperRCToR3(pVM, RCPtr); 165 165 … … 259 259 return rc; 260 260 } 261 PGMR3DumpHierarchyHC(pVM, PGMGetHyper 32BitCR3(pVM), X86_CR4_PSE, false, 4, NULL);261 PGMR3DumpHierarchyHC(pVM, PGMGetHyperCR3(VMMGetCpu0(pVM)), X86_CR4_PSE, false, 4, NULL); 262 262 263 263 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.