VirtualBox

Changeset 18825 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 7, 2009 2:04:33 PM (16 years ago)
Author:
vboxsync
Message:

emR3RawExecute: Leave raw mode first if the emR3RawForcedActions following CSAMR3CheckCodeEx causes us to break.

File:
1 edited

Legend:

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

    r18770 r18825  
    26912691                rc = emR3RawForcedActions(pVM, pCtx);
    26922692                if (rc != VINF_SUCCESS)
     2693                {
     2694                    rc = CPUMRawLeave(pVM, NULL, rc);
    26932695                    break;
     2696                }
    26942697            }
    26952698        }
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