VirtualBox

Changeset 50509 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 19, 2014 3:57:56 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92351
Message:

VMM/HMVMXR0: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r50506 r50509  
    12611261        ++cMsrs;
    12621262        int rc = hmR0VmxSetAutoLoadStoreMsrCount(pVCpu, cMsrs);
    1263         AssertRCReturn(rc, rc);
     1263        AssertRC(rc);
    12641264
    12651265        /* Now that we're swapping MSRs during the world-switch, allow the guest to read/write them without causing VM-exits. */
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