VirtualBox

Changeset 1633 in vbox for trunk


Ignore:
Timestamp:
Mar 22, 2007 5:14:53 PM (18 years ago)
Author:
vboxsync
Message:

warning.

File:
1 edited

Legend:

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

    r1057 r1633  
    7070        /* Requested to exit the EMT thread out of sync? (currently only VMR3WaitForResume) */
    7171        if (setjmp(pVM->vm.s.emtJumpEnv) != 0)
    72             break;
     72        {
     73            rc = VINF_SUCCESS;
     74            break;
     75        }
    7376
    7477        /*
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