Changeset 101245 in vbox for trunk/include/VBox
- Timestamp:
- Sep 22, 2023 11:46:24 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r101088 r101245 159 159 VMMDECL(VBOXSTRICTRC) IEMExecOneIgnoreLock(PVMCPUCC pVCpu); 160 160 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPUCC pVCpu, uint32_t cMaxInstructions, uint32_t cPollRate, uint32_t *pcInstructions); 161 VMM DECL(VBOXSTRICTRC)IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu);161 VMM_INT_DECL(VBOXSTRICTRC) IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu); 162 162 /** Statistics returned by IEMExecForExits. */ 163 163 typedef struct IEMEXECFOREXITSTATS
Note:
See TracChangeset
for help on using the changeset viewer.