Changeset 81153 in vbox for trunk/src/VBox/VMM/testcase/tstAnimate.cpp
- Timestamp:
- Oct 8, 2019 1:59:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r81150 r81153 870 870 RTPrintf("info: powering on the VM...\n"); 871 871 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) */ 877 873 if (RT_SUCCESS(rc)) 878 874 {
Note:
See TracChangeset
for help on using the changeset viewer.