Changeset 104469 in vbox
- Timestamp:
- May 2, 2024 8:38:26 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp
r104456 r104469 928 928 iemExecMemAllocatorFree(pVCpu, pTb->Native.paInstructions, 929 929 pTb->Native.cInstructions * sizeof(pTb->Native.paInstructions[0])); 930 p VCpu, pTb->Native.paInstructions = NULL; /* required by iemExecMemAllocatorPrune */930 pTb->Native.paInstructions = NULL; /* required by iemExecMemAllocatorPrune */ 931 931 break; 932 932 #endif
Note:
See TracChangeset
for help on using the changeset viewer.