VirtualBox

Changeset 2229 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 19, 2007 1:54:51 PM (18 years ago)
Author:
vboxsync
Message:

backed out accidental commit

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGF.cpp

    r2228 r2229  
    235235    RTStrmPrintf(g_pStdErr, "DBGF: No debugger attached, waiting 15 seconds for one to attach (event=%d)\n", enmEvent);
    236236    RTStrmFlush(g_pStdErr);
    237 #if 1 //def DEBUG_sandervl
     237#ifdef DEBUG_sandervl
    238238    int cWait = 10;
    239239#else
  • trunk/src/VBox/VMM/EM.cpp

    r2228 r2229  
    10191019}
    10201020
    1021 #if 1 //def DEBUG_sandervl
     1021#ifdef DEBUG
    10221022void emR3SingleStepExecRaw(PVM pVM, uint32_t cIterations)
    10231023{
  • trunk/src/VBox/VMM/HWACCM.cpp

    r2228 r2229  
    457457    Assert(pVM->fHWACCMEnabled);
    458458
    459 #if 1
     459#if 0
    460460    /* AMD SVM supports real & protected mode with or without paging. */
    461461    if (pVM->hwaccm.s.svm.fEnabled)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette