Changeset 65512 in vbox
- Timestamp:
- Jan 29, 2017 6:46:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r65508 r65512 6431 6431 #else 6432 6432 RT_NOREF(pVCpu, cbInstr, pu128Dst, pu128RaxRdx, pu128RbxRcx, pEFlags); 6433 return V INF_EM_RAW_EMULATE_INSTR;6433 return VERR_IEM_ASPECT_NOT_IMPLEMENTED; /* This should get us to ring-3 for now. Should perhaps be replaced later. */ 6434 6434 #endif 6435 6435 }
Note:
See TracChangeset
for help on using the changeset viewer.