VirtualBox

Changeset 107608 in vbox for trunk


Ignore:
Timestamp:
Jan 9, 2025 7:48:44 PM (9 days ago)
Author:
vboxsync
Message:

VMM/testcase/tstAnimate.cpp: Remove redundant if condition, bugref:3409

File:
1 edited

Legend:

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

    r106061 r107608  
    883883                        rc = EMR3SetExecutionPolicy(pUVM, EMEXECPOLICY_IEM_ALL, true); AssertReleaseRC(rc);
    884884                        DBGFR3Info(pUVM, "cpumguest", "verbose", NULL);
    885                         if (fPowerOn)
    886                             rc = VMR3PowerOn(pUVM);
     885
     886                        rc = VMR3PowerOn(pUVM);
    887887                        if (RT_SUCCESS(rc))
    888888                        {
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