VirtualBox

Changeset 26510 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 14, 2010 9:37:18 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57681
Message:

VMM: tabs -> spaces.

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

Legend:

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

    r25891 r26510  
    351351 * @returns NULL on failure.
    352352 * @param   pHeap       The heap.
    353  * @param   cb          Size of the memory block to allocate.
     353 * @param   cb          Size of the memory block to allocate.
    354354 * @param   uAlignment  The alignment specifications for the allocated block.
    355355 * @internal
     
    596596 * @returns NULL on failure.
    597597 * @param   pHeap       The heap.
    598  * @param   cb          Size of the memory block to allocate.
     598 * @param   cb          Size of the memory block to allocate.
    599599 * @internal
    600600 */
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r26279 r26510  
    33983398    {
    33993399        case PGMPOOLKIND_32BIT_PD:
    3400             case PGMPOOLKIND_32BIT_PD_PHYS:
     3400        case PGMPOOLKIND_32BIT_PD_PHYS:
    34013401            Assert(iUserTable < X86_PG_ENTRIES);
    34023402            break;
     
    34543454        /* 32-bit entries */
    34553455        case PGMPOOLKIND_32BIT_PD:
    3456             case PGMPOOLKIND_32BIT_PD_PHYS:
     3456        case PGMPOOLKIND_32BIT_PD_PHYS:
    34573457            ASMAtomicWriteSize(&u.pau32[iUserTable], 0);
    34583458            break;
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