VirtualBox

Changeset 1124 in vbox for trunk


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

Added EMInterpretIret

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/em.h

    r1082 r1124  
    211211EMDECL(int) EMInterpretInvlpg(PVM pVM, PCPUMCTXCORE pRegFrame, RTGCPTR pAddrGC);
    212212
     213/**
     214 * Interpret IRET (currently only to V86 code)
     215 *
     216 * @returns VBox status code.
     217 * @param   pVM         The VM handle.
     218 * @param   pRegFrame   The register frame.
     219 *
     220 */
     221EMDECL(int) EMInterpretIret(PVM pVM, PCPUMCTXCORE pRegFrame);
    213222
    214223/**
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