Changeset 56667 in vbox
- Timestamp:
- Jun 28, 2015 4:25:16 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r56666 r56667 4818 4818 IoExitInfo.n.u3SEG); 4819 4819 } 4820 else if (cbInstr != 1U + IoExitInfo.n.u1REP)4820 else if (cbInstr == 1U + IoExitInfo.n.u1REP) 4821 4821 rcStrict = IEMExecStringIoWrite(pVCpu, cbValue, enmAddrMode, IoExitInfo.n.u1REP, (uint8_t)cbInstr, 4822 4822 X86_SREG_DS);
Note:
See TracChangeset
for help on using the changeset viewer.

