Changeset 104112 in vbox
- Timestamp:
- Mar 28, 2024 11:57:19 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r104110 r104112 559 559 { 560 560 /* No header included in the instruction count here. */ 561 uint32_t const cNeededInstrs = RT_ALIGN_32(cbReq, IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SIZE) / sizeof(IEMNATIVEINSTR) );561 uint32_t const cNeededInstrs = RT_ALIGN_32(cbReq, IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SIZE) / sizeof(IEMNATIVEINSTR); 562 562 iemTbAllocatorFreeupNativeSpace(pVCpu, cNeededInstrs); 563 563 }
Note:
See TracChangeset
for help on using the changeset viewer.