VirtualBox

Changeset 33000 in vbox for trunk/src


Ignore:
Timestamp:
Oct 8, 2010 9:43:03 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66511
Message:

Disable an assert for DEBUG_sunlover.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r32886 r33000  
    1070310703
    1070410704            default:
     10705#ifndef DEBUG_sunlover
    1070510706                AssertMsgFailedReturn(("%s\n", Global::stringifyMachineState(mData->mMachineState)),
    1070610707                                      VBOX_E_INVALID_VM_STATE);
     10708#else
     10709                return VBOX_E_INVALID_VM_STATE;
     10710#endif
    1070710711        }
    1070810712
Note: See TracChangeset for help on using the changeset viewer.

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