VirtualBox

Changeset 18812 in vbox


Ignore:
Timestamp:
Apr 7, 2009 12:21:47 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45807
Message:

PGMPhys.cpp: spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r18811 r18812  
    27852785     * Allocate a new tracking structure first.
    27862786     */
    2787 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
     2787#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
    27882788    PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)MMR3HeapAlloc(pVM, MM_TAG_PGM_CHUNK_MAPPING, sizeof(*pChunk));
    2789 # else
     2789#else
    27902790    PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)MMR3UkHeapAlloc(pVM, MM_TAG_PGM_CHUNK_MAPPING, sizeof(*pChunk), NULL);
    2791 # endif
     2791#endif
    27922792    AssertReturn(pChunk, VERR_NO_MEMORY);
    27932793    pChunk->Core.Key = idChunk;
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