Changeset 84247 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 11, 2020 11:35:10 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137856
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h
r82968 r84247 10290 10290 case IEMMODE_16BIT: 10291 10291 IEM_MC_BEGIN(0,0); 10292 if (-(int8_t)IEM_GET_INSTR_LEN(pVCpu) != i8Imm) 10292 if (-(int8_t)IEM_GET_INSTR_LEN(pVCpu) != i8Imm) /** @todo Harmfull to windows 3.11 for workgroups and such. Make optional. */ 10293 10293 { 10294 10294 IEM_MC_SUB_GREG_U16(X86_GREG_xCX, 1);
Note:
See TracChangeset
for help on using the changeset viewer.