Changeset 52669 in vbox
- Timestamp:
- Sep 10, 2014 10:54:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r52661 r52669 10953 10953 10954 10954 VBOXSTRICTRC rcStrict = IEMInjectTrap(pVCpu, u8TrapNo, enmType, uErrCode, uCr2, cbInstr); 10955 if (rcStrict == VINF_SUCCESS || rcStrict == VINF_IEM_RAISED_XCPT) 10955 10956 /** @todo Are there any other codes that imply the event was successfully 10957 * delivered to the guest? See @bugref{6607}. */ 10958 if ( rcStrict == VINF_SUCCESS 10959 || rcStrict == VINF_IEM_RAISED_XCPT) 10960 { 10956 10961 TRPMResetTrap(pVCpu); 10962 } 10957 10963 return rcStrict; 10958 10964 #endif
Note:
See TracChangeset
for help on using the changeset viewer.