VirtualBox

Changeset 104112 in vbox


Ignore:
Timestamp:
Mar 28, 2024 11:57:19 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: build fix. bugref:10370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp

    r104110 r104112  
    559559        {
    560560            /* 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);
    562562            iemTbAllocatorFreeupNativeSpace(pVCpu, cNeededInstrs);
    563563        }
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