VirtualBox

Changeset 17372 in vbox for trunk/src/VBox/VMM/MMPhys.cpp


Ignore:
Timestamp:
Mar 5, 2009 2:34:09 AM (16 years ago)
Author:
vboxsync
Message:

PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.

File:
1 edited

Legend:

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

    r17251 r17372  
    4040#include <iprt/assert.h>
    4141#include <iprt/string.h>
    42 
    43 
    44 /**
    45  * Get the size of the base RAM.
    46  * This usually means the size of the first contigous block of physical memory.
    47  *
    48  * @returns The guest base RAM size.
    49  * @param   pVM         The VM handle.
    50  * @thread  Any.
    51  */
    52 VMMR3DECL(uint64_t) MMR3PhysGetRamSize(PVM pVM)
    53 {
    54     return pVM->mm.s.cbRamBase;
    55 }
    5642
    5743#ifndef VBOX_WITH_NEW_PHYS_CODE
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