VirtualBox

Changeset 72926 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 5, 2018 5:03:08 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123476
Message:

NEM/win: Release build fix. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h

    r72924 r72926  
    15981598
    15991599    /* Advance the RIP. */
    1600     Assert(pExitCtx->InstructionLength >= cbMinInstr);
     1600    Assert(pExitCtx->InstructionLength >= cbMinInstr); RT_NOREF_PV(cbMinInstr);
    16011601    pVCpu->cpum.GstCtx.rip += pExitCtx->InstructionLength;
    16021602    pVCpu->cpum.GstCtx.rflags.Bits.u1RF = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette