VirtualBox

Changeset 1127 in vbox for trunk


Ignore:
Timestamp:
Mar 1, 2007 12:36:19 PM (18 years ago)
Author:
vboxsync
Message:

only allow direct calls to EMInterpretIret for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r1126 r1127  
    13271327static int emInterpretIret(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    13281328{
    1329     return EMInterpretIret(pVM, pRegFrame);
     1329    /* only allow direct calls to EMInterpretIret for now */
     1330    return VERR_EM_INTERPRETER;
    13301331}
    13311332
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