Changeset 12968 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 3, 2008 12:16:13 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
r12967 r12968 154 154 155 155 /** 156 * Allocates memory in the Hypervisor ( GC VMM) area.156 * Allocates memory in the Hypervisor (RC VMM) area. 157 157 * The returned memory is of course zeroed. 158 158 * -
trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp
r12967 r12968 95 95 MMDECL(void *) mmPagePoolPhys2Ptr(PMMPAGEPOOL pPool, RTHCPHYS HCPhys) 96 96 { 97 #if 0 /** @todo have to fix the debugger, but until then this is going on my ne vers. */97 #if 0 /** @todo have to fix the debugger, but until then this is going on my nerves. */ 98 98 #ifdef IN_RING3 99 99 VM_ASSERT_EMT(pPool->pVM); … … 221 221 return VINF_SUCCESS; 222 222 } 223
Note:
See TracChangeset
for help on using the changeset viewer.