Changeset 40274 in vbox for trunk/include/VBox
- Timestamp:
- Feb 28, 2012 1:17:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r37034 r40274 40 40 41 41 VMMDECL(VBOXSTRICTRC) IEMExecOne(PVMCPU pVCpu); 42 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPU pVCpu); 42 43 VMM_INT_DECL(VBOXSTRICTRC) IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2); 44 45 VMM_INT_DECL(int) IEMBreakpointSet(PVM pVM, RTGCPTR GCPtrBp); 46 VMM_INT_DECL(int) IEMBreakpointClear(PVM pVM, RTGCPTR GCPtrBp); 43 47 44 48 #if defined(IEM_VERIFICATION_MODE) && defined(IN_RING3)
Note:
See TracChangeset
for help on using the changeset viewer.