Changeset 60659 in vbox
- Timestamp:
- Apr 22, 2016 4:12:33 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r60559 r60659 1014 1014 IEM_MC_CALC_RM_EFF_ADDR(GCPtrEffDst, bRm, 0); 1015 1015 IEM_MC_FETCH_CR0_U16(u16Tmp); 1016 #if IEM_CFG_TARGET_CPU == IEMTARGETCPU_DYNAMIC 1017 if (pIemCpu->uTargetCpu == IEMTARGETCPU_286) 1018 IEM_MC_OR_LOCAL_U16(u16Tmp, 0xfff0); /* Reserved bits observed all set on real hw. */ 1019 #endif 1016 1020 IEM_MC_STORE_MEM_U16(pIemCpu->iEffSeg, GCPtrEffDst, u16Tmp); 1017 1021 IEM_MC_ADVANCE_RIP();
Note:
See TracChangeset
for help on using the changeset viewer.