Changeset 72926 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 5, 2018 5:03:08 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r72924 r72926 1598 1598 1599 1599 /* Advance the RIP. */ 1600 Assert(pExitCtx->InstructionLength >= cbMinInstr); 1600 Assert(pExitCtx->InstructionLength >= cbMinInstr); RT_NOREF_PV(cbMinInstr); 1601 1601 pVCpu->cpum.GstCtx.rip += pExitCtx->InstructionLength; 1602 1602 pVCpu->cpum.GstCtx.rflags.Bits.u1RF = 0;
Note:
See TracChangeset
for help on using the changeset viewer.