VirtualBox

Changeset 91424 in vbox


Ignore:
Timestamp:
Sep 28, 2021 7:48:18 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147104
Message:

VMM: Nested VMX: bugref:10092 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/VBox/vmm/cpum.h

    r91422 r91424  
    17751775DECLINLINE(bool) CPUMArePaePdpesValid(PCX86PDPE paPdpes, uint8_t *pidxInvalid)
    17761776{
    1777     for (unsigned idx = 0; idx < X86_PG_PAE_PDPE_ENTRIES; idx++)
     1777    for (uint8_t idx = 0; idx < X86_PG_PAE_PDPE_ENTRIES; idx++)
    17781778    {
    17791779        if (   !(paPdpes[idx].u & X86_PDPE_P)
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