VirtualBox

Changeset 91839 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 19, 2021 9:43:29 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147635
Message:

VMM/HMVMXR0: Clarified AssertRC scope.

File:
1 edited

Legend:

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

    r91587 r91839  
    78057805            {
    78067806                if (!pVCpu->hmr0.s.fUsingHyperDR7)
    7807                     rc = VMXReadVmcsNw(VMX_VMCS_GUEST_DR7, &pCtx->dr[7]);   AssertRC(rc);
     7807                {
     7808                    rc = VMXReadVmcsNw(VMX_VMCS_GUEST_DR7, &pCtx->dr[7]);
     7809                    AssertRC(rc);
     7810                }
    78087811            }
    78097812
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