VirtualBox

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


Ignore:
Timestamp:
Oct 3, 2008 12:16:13 AM (16 years ago)
Author:
vboxsync
Message:

#1865: MM done for now (needs revisiting later).

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

Legend:

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

    r12967 r12968  
    154154
    155155/**
    156  * Allocates memory in the Hypervisor (GC VMM) area.
     156 * Allocates memory in the Hypervisor (RC VMM) area.
    157157 * The returned memory is of course zeroed.
    158158 *
  • trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp

    r12967 r12968  
    9595MMDECL(void *) mmPagePoolPhys2Ptr(PMMPAGEPOOL pPool, RTHCPHYS HCPhys)
    9696{
    97 #if 0 /** @todo have to fix the debugger, but until then this is going on my nevers. */
     97#if 0 /** @todo have to fix the debugger, but until then this is going on my nerves. */
    9898#ifdef IN_RING3
    9999    VM_ASSERT_EMT(pPool->pVM);
     
    221221    return VINF_SUCCESS;
    222222}
     223
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