VirtualBox

Changeset 104469 in vbox


Ignore:
Timestamp:
May 2, 2024 8:38:26 AM (7 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fix harmless typo, bugref:3409

File:
1 edited

Legend:

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

    r104456 r104469  
    928928            iemExecMemAllocatorFree(pVCpu, pTb->Native.paInstructions,
    929929                                    pTb->Native.cInstructions * sizeof(pTb->Native.paInstructions[0]));
    930             pVCpu, pTb->Native.paInstructions = NULL; /* required by iemExecMemAllocatorPrune */
     930            pTb->Native.paInstructions = NULL; /* required by iemExecMemAllocatorPrune */
    931931            break;
    932932#endif
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