VirtualBox

Ignore:
Timestamp:
Oct 8, 2019 1:59:03 PM (5 years ago)
Author:
vboxsync
Message:

VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r81150 r81153  
    870870                    RTPrintf("info: powering on the VM...\n");
    871871                    RTLogGroupSettings(NULL, "+REM_DISAS.e.l.f");
    872 #ifdef VBOX_WITH_REM
    873                     rc = REMR3DisasEnableStepping(pVM, true);
    874 #else
    875                     rc = VERR_NOT_IMPLEMENTED; /** @todo need some EM single-step indicator */
    876 #endif
     872                    rc = VERR_NOT_IMPLEMENTED; /** @todo need some EM single-step indicator (was REMR3DisasEnableStepping) */
    877873                    if (RT_SUCCESS(rc))
    878874                    {
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