Changeset 65621 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
- Timestamp:
- Feb 6, 2017 1:54:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r65618 r65621 5303 5303 IEM_MC_AND_ARG_U16(u16Src, 0x0f); 5304 5304 IEM_MC_SAR_LOCAL_S16(i16AddrAdj, 4); 5305 IEM_MC_S AR_LOCAL_S16(i16AddrAdj, 1);5305 IEM_MC_SHL_LOCAL_S16(i16AddrAdj, 1); 5306 5306 IEM_MC_ADD_LOCAL_S16_TO_EFF_ADDR(GCPtrEffDst, i16AddrAdj); 5307 5307 IEM_MC_FETCH_EFLAGS(EFlags);
Note:
See TracChangeset
for help on using the changeset viewer.