Changeset 56664 in vbox
- Timestamp:
- Jun 27, 2015 8:52:14 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
r56663 r56664 4802 4802 { 4803 4803 uint64_t cbInstr = pVmcb->ctrl.u64ExitInfo2 - pCtx->rip; 4804 if (cbInstr <= 15 && cbInstr >= 2)4804 if (cbInstr <= 15 && cbInstr >= 1) 4805 4805 { 4806 Assert(cbInstr >= 1 + IoExitInfo.n.u1REP); 4806 4807 if (IoExitInfo.n.u1Type == SVM_IOIO_WRITE) 4807 4808 {
Note:
See TracChangeset
for help on using the changeset viewer.

