Changeset 67028 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2017 9:16:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r66986 r67028 3420 3420 /** @todo Nested-guest SVM - figure out fetching op-code bytes from IEM. */ 3421 3421 #ifdef IEM_WITH_CODE_TLB 3422 AssertReleaseFailedReturn(VERR_IEM_IPE_5); 3422 3423 #else 3423 3424 uint8_t const offOpCode = pVCpu->iem.s.offOpcode;
Note:
See TracChangeset
for help on using the changeset viewer.