Changeset 102755 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 3, 2024 6:58:23 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompBltIn.cpp
r102702 r102755 164 164 PFNIEMCIMPL0 const pfnCImpl = (PFNIEMCIMPL0)(uintptr_t)pCallEntry->auParams[0]; 165 165 uint8_t const cbInstr = (uint8_t)pCallEntry->auParams[1]; 166 uint64_t const fGstShwFlush = (uint8_t)pCallEntry->auParams[2];166 uint64_t const fGstShwFlush = pCallEntry->auParams[2]; 167 167 return iemNativeEmitCImplCall(pReNative, off, pCallEntry->idxInstr, fGstShwFlush, (uintptr_t)pfnCImpl, cbInstr, 0, 0, 0, 0); 168 168 }
Note:
See TracChangeset
for help on using the changeset viewer.