VirtualBox

Changeset 102528 in vbox


Ignore:
Timestamp:
Dec 7, 2023 3:42:05 PM (12 months ago)
Author:
vboxsync
Message:

VMM/IEM: Prototype native TB disas function so it can be called from elsewhere. bugref:10371

File:
1 edited

Legend:

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

    r102430 r102528  
    56475647/* Native recompiler public bits: */
    56485648DECLHIDDEN(PIEMTB)  iemNativeRecompile(PVMCPUCC pVCpu, PIEMTB pTb) RT_NOEXCEPT;
     5649DECLHIDDEN(void)    iemNativeDisassembleTb(PCIEMTB pTb, PCDBGFINFOHLP pHlp) RT_NOEXCEPT;
    56495650int                 iemExecMemAllocatorInit(PVMCPU pVCpu, uint64_t cbMax, uint64_t cbInitial, uint32_t cbChunk);
    56505651void                iemExecMemAllocatorFree(PVMCPU pVCpu, void *pv, size_t cb);
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