VirtualBox

Changeset 8537 in vbox


Ignore:
Timestamp:
May 2, 2008 5:00:34 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30442
Message:

Spaces

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r8536 r8537  
    17681768#  if PGM_GST_TYPE == PGM_TYPE_AMD64
    17691769        pPml4eSrc->n.u1Accessed = 1;
    1770         pPdpeSrc->lm.u1Accessed  = 1;
     1770        pPdpeSrc->lm.u1Accessed = 1;
    17711771#  endif
    17721772        pPdeSrc->b.u1Accessed   = 1;
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r8536 r8537  
    184184    Pde.n.u1Write     &= pPml4e->n.u1Write & Pdpe.lm.u1Write;
    185185    Pde.n.u1User      &= pPml4e->n.u1User & Pdpe.lm.u1User;
    186     Pde.n.u1NoExecute &= pPml4e->n.u1NoExecute& Pdpe.lm.u1NoExecute;
     186    Pde.n.u1NoExecute &= pPml4e->n.u1NoExecute & Pdpe.lm.u1NoExecute;
    187187# endif
    188188
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