Changeset 77380 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 20, 2019 1:40:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r76585 r77380 267 267 const void *pvOpcodeBytes, size_t cbOpcodeBytes, 268 268 uint32_t *pcbWritten); 269 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPU pVCpu, uint32_t *pcInstructions);269 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPU pVCpu, uint32_t cMaxInstructions, uint32_t cPollRate, uint32_t *pcInstructions); 270 270 /** Statistics returned by IEMExecForExits. */ 271 271 typedef struct IEMEXECFOREXITSTATS
Note:
See TracChangeset
for help on using the changeset viewer.