VirtualBox

Changeset 101245 in vbox


Ignore:
Timestamp:
Sep 22, 2023 11:46:24 PM (16 months ago)
Author:
vboxsync
Message:

VMM/IEM: nit. bugref:10370

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/iem.h

    r101088 r101245  
    159159VMMDECL(VBOXSTRICTRC)       IEMExecOneIgnoreLock(PVMCPUCC pVCpu);
    160160VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPUCC pVCpu, uint32_t cMaxInstructions, uint32_t cPollRate, uint32_t *pcInstructions);
    161 VMMDECL(VBOXSTRICTRC)       IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu);
     161VMM_INT_DECL(VBOXSTRICTRC)  IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu);
    162162/** Statistics returned by IEMExecForExits. */
    163163typedef struct IEMEXECFOREXITSTATS
  • trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp

    r101163 r101245  
    24122412
    24132413
    2414 VMMDECL(VBOXSTRICTRC) IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu)
     2414VMM_INT_DECL(VBOXSTRICTRC) IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu)
    24152415{
    24162416    /*
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