VirtualBox

Changeset 24201 in vbox


Ignore:
Timestamp:
Oct 30, 2009 2:45:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54148
Message:

Compile fix

File:
1 edited

Legend:

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

    r24197 r24201  
    20752075VMMDECL(bool) PGMHasDirtyPages(PVM pVM)
    20762076{
    2077     return pPool->cDirtyPages != 0;
     2077    return pVM->pgm.s.CTX_SUFF(pPool)->cDirtyPages != 0;
    20782078}
    20792079#endif
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