Changeset 11133 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 5, 2008 2:08:55 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r10823 r11133 633 633 static DECLCALLBACK(int) pgmR3CmdSync(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult); 634 634 static DECLCALLBACK(int) pgmR3CmdSyncAlways(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult); 635 # ifdef VBOX_STRICT 635 636 static DECLCALLBACK(int) pgmR3CmdAssertCR3(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult); 637 # endif 636 638 #endif 637 639 -
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r10817 r11133 805 805 CPUMCTX *pCtx; 806 806 int rc; 807 RTCPUID idCpu = RTMpCpuId(); 807 RTCPUID idCpu = RTMpCpuId(); NOREF(idCpu); 808 808 809 809 Assert(!VM_FF_ISPENDING(pVM, VM_FF_PGM_SYNC_CR3 | VM_FF_PGM_SYNC_CR3_NON_GLOBAL));
Note:
See TracChangeset
for help on using the changeset viewer.