VirtualBox

Changeset 79379 in vbox


Ignore:
Timestamp:
Jun 27, 2019 8:08:39 AM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Comment typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r79376 r79379  
    36023602        Assert(uCr3TargetCount <= VMX_V_CR3_TARGET_COUNT);
    36033603
    3604         /* If the CR3-target count is 0, we must always cause a VM-exit. */
     3604        /* If the CR3-target count is 0, cause a VM-exit. */
    36053605        if (uCr3TargetCount == 0)
    36063606            return true;
    36073607
    3608         /* If the CR3 being written doesn't matches any of the target values, cause a VM-exit. */
     3608        /* If the CR3 being written doesn't match any of the target values, cause a VM-exit. */
    36093609        AssertCompile(VMX_V_CR3_TARGET_COUNT == 4);
    36103610        if (   uNewCr3 != pVmcs->u64Cr3Target0.u
Note: See TracChangeset for help on using the changeset viewer.

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