- Timestamp:
- Jul 22, 2016 10:59:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r62419 r62421 12333 12333 } 12334 12334 default: 12335 AssertFailed Return(RTGCPTR_MAX); /* (caller checked for these) */12335 AssertFailedStmt(longjmp(*pVCpu->iem.s.CTX_SUFF(pJmpBuf), VERR_IEM_IPE_2)); /* (caller checked for these) */ 12336 12336 } 12337 12337 }
Note:
See TracChangeset
for help on using the changeset viewer.