VirtualBox

Changeset 25237 in vbox for trunk/src


Ignore:
Timestamp:
Dec 8, 2009 12:37:35 PM (15 years ago)
Author:
vboxsync
Message:

Cpu flags not restored in exit paths. (raw mode; unlikely failures)

File:
1 edited

Legend:

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

    r23468 r25237  
    534534                {
    535535                    pVCpu->vmm.s.iLastGZRc = VERR_RAW_MODE_INVALID_SMP;
     536                    ASMSetFlags(uFlags);
    536537                    return;
    537538                }
     
    541542                {
    542543                    pVCpu->vmm.s.iLastGZRc = VERR_PGM_NO_CR3_SHADOW_ROOT;
     544                    ASMSetFlags(uFlags);
    543545                    return;
    544546                }
     
    550552                {
    551553                    pVCpu->vmm.s.iLastGZRc = rc;
     554                    ASMSetFlags(uFlags);
    552555                    return;
    553556                }
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