Changeset 97616 in vbox for trunk/src/VBox
- Timestamp:
- Nov 19, 2022 11:58:09 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r96407 r97616 155 155 case VINF_EM_RAW_GUEST_TRAP: 156 156 case VINF_EM_RAW_EMULATE_INSTR: 157 Assert (!TRPMHasTrap(pVCpu)); /* We're directly executing instructions below without respecting any pending traps! */157 AssertMsg(!TRPMHasTrap(pVCpu), ("trap=%#x\n", TRPMGetTrapNo(pVCpu))); /* We're directly executing instructions below without respecting any pending traps! */ 158 158 rc = emR3ExecuteInstruction(pVM, pVCpu, "EMUL: "); 159 159 break;
Note:
See TracChangeset
for help on using the changeset viewer.