Changeset 2229 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 19, 2007 1:54:51 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGF.cpp
r2228 r2229 235 235 RTStrmPrintf(g_pStdErr, "DBGF: No debugger attached, waiting 15 seconds for one to attach (event=%d)\n", enmEvent); 236 236 RTStrmFlush(g_pStdErr); 237 #if 1 //def DEBUG_sandervl237 #ifdef DEBUG_sandervl 238 238 int cWait = 10; 239 239 #else -
trunk/src/VBox/VMM/EM.cpp
r2228 r2229 1019 1019 } 1020 1020 1021 #if 1 //def DEBUG_sandervl1021 #ifdef DEBUG 1022 1022 void emR3SingleStepExecRaw(PVM pVM, uint32_t cIterations) 1023 1023 { -
trunk/src/VBox/VMM/HWACCM.cpp
r2228 r2229 457 457 Assert(pVM->fHWACCMEnabled); 458 458 459 #if 1459 #if 0 460 460 /* AMD SVM supports real & protected mode with or without paging. */ 461 461 if (pVM->hwaccm.s.svm.fEnabled)
Note:
See TracChangeset
for help on using the changeset viewer.