VirtualBox

Ignore:
Timestamp:
Apr 5, 2023 10:27:15 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156686
Message:

VMM/IEM: More work on processing MC blocks and generating threaded functions from them. bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r98969 r99298  
    40624062IEM_CIMPL_PROTO_3(iemCImpl_FarJmp, uint16_t, uSel, uint64_t, offSeg, IEMMODE, enmEffOpSize);
    40634063IEM_CIMPL_PROTO_3(iemCImpl_callf, uint16_t, uSel, uint64_t, offSeg, IEMMODE, enmEffOpSize);
     4064typedef IEM_CIMPL_DECL_TYPE_3(FNIEMCIMPLFARBRANCH, uint16_t, uSel, uint64_t, offSeg, IEMMODE, enmEffOpSize);
     4065typedef FNIEMCIMPLFARBRANCH *PFNIEMCIMPLFARBRANCH;
    40644066IEM_CIMPL_PROTO_2(iemCImpl_retf, IEMMODE, enmEffOpSize, uint16_t, cbPop);
    40654067IEM_CIMPL_PROTO_0(iemCImpl_retn_16);
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