VirtualBox

Changeset 466 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 31, 2007 3:13:54 PM (18 years ago)
Author:
vboxsync
Message:

Corrected sysenter/exit handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp

    r465 r466  
    530530        }
    531531
     532#ifdef PATM_EMULATE_SYSENTER
    532533        case OP_SYSEXIT:
    533534        case OP_SYSRET:
    534 #ifdef PATM_EMULATE_SYSENTER
    535535            rc = PATMSysCall(pVM, pRegFrame, pCpu);
    536             if (rc == VINF_SUCCESS)
    537                 return trpmGCExitTrap(pVM, VINF_SUCCESS, pRegFrame);
    538             /* else no break; */
     536            return trpmGCExitTrap(pVM, rc, pRegFrame);
    539537#endif
    540538
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