Changeset 10270 in vbox for trunk/src/VBox
- Timestamp:
- Jul 5, 2008 12:15:10 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r10216 r10270 2538 2538 2539 2539 int rc; 2540 #if defined(IN_GC) &&(defined(VBOX_STRICT) || defined(LOG_ENABLED))2540 #if (defined(VBOX_STRICT) || defined(LOG_ENABLED)) 2541 2541 LogFlow(("emInterpretInstructionCPU %s\n", emGetMnemonic(pCpu))); 2542 2542 #endif -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r10071 r10270 3626 3626 # if PGM_GST_TYPE == PGM_TYPE_PAE 3627 3627 /* not correct to call pgmPoolGetPage */ 3628 AssertFailed(); 3628 3629 # endif 3629 3630 pShwPdpt = pgmPoolGetPage(pPool, pPml4eDst->u & X86_PML4E_PG_MASK);
Note:
See TracChangeset
for help on using the changeset viewer.