Changeset 80507 in vbox
- Timestamp:
- Aug 30, 2019 6:27:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r80016 r80507 156 156 case VINF_EM_RAW_GUEST_TRAP: 157 157 case VINF_EM_RAW_EMULATE_INSTR: 158 Assert(!TRPMHasTrap(pVCpu)); /* We're directly executing instructions below without respecting any pending traps! */ 158 159 rc = emR3ExecuteInstruction(pVM, pVCpu, "EMUL: "); 159 160 break;
Note:
See TracChangeset
for help on using the changeset viewer.