Changeset 102528 in vbox
- Timestamp:
- Dec 7, 2023 3:42:05 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r102430 r102528 5647 5647 /* Native recompiler public bits: */ 5648 5648 DECLHIDDEN(PIEMTB) iemNativeRecompile(PVMCPUCC pVCpu, PIEMTB pTb) RT_NOEXCEPT; 5649 DECLHIDDEN(void) iemNativeDisassembleTb(PCIEMTB pTb, PCDBGFINFOHLP pHlp) RT_NOEXCEPT; 5649 5650 int iemExecMemAllocatorInit(PVMCPU pVCpu, uint64_t cbMax, uint64_t cbInitial, uint32_t cbChunk); 5650 5651 void iemExecMemAllocatorFree(PVMCPU pVCpu, void *pv, size_t cb);
Note:
See TracChangeset
for help on using the changeset viewer.