Changeset 37034 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 10, 2011 6:10:46 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r36794 r37034 28 28 29 29 #include <VBox/types.h> 30 #include <VBox/vmm/trpm.h> 30 31 31 32 … … 38 39 39 40 40 VMMDECL(VBOXSTRICTRC) IEMExecOne(PVMCPU pVCpu); 41 VMMDECL(VBOXSTRICTRC) IEMExecOne(PVMCPU pVCpu); 42 VMM_INT_DECL(VBOXSTRICTRC) IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2); 41 43 42 44 #if defined(IEM_VERIFICATION_MODE) && defined(IN_RING3)
Note:
See TracChangeset
for help on using the changeset viewer.