Changeset 89974 in vbox for trunk/include
- Timestamp:
- Jun 30, 2021 11:02:04 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r82968 r89974 288 288 const void *pvOpcodeBytes, size_t cbOpcodeBytes, 289 289 uint32_t *pcbWritten); 290 VMMDECL(VBOXSTRICTRC) IEMExecOneIgnoreLock(PVMCPUCC pVCpu); 290 291 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPUCC pVCpu, uint32_t cMaxInstructions, uint32_t cPollRate, uint32_t *pcInstructions); 291 292 /** Statistics returned by IEMExecForExits. */
Note:
See TracChangeset
for help on using the changeset viewer.