Changeset 340 for GPL/branches/uniaud32-2.0/lib32/memory.cpp
- Timestamp:
- Apr 5, 2008, 10:23:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/lib32/memory.cpp
r269 r340 196 196 *pAddr = (LINEAR)addr; 197 197 if (flags & VMDHA_USEHIGHMEM) 198 dprintf((("allocated %X in HIGH memory "), size));199 else dprintf((("allocated %X in LOW memory "), size));198 dprintf((("allocated %X in HIGH memory\n"), size)); 199 else dprintf((("allocated %X in LOW memory\n"), size)); 200 200 } 201 201 if ((rc == 87) &&
Note:
See TracChangeset
for help on using the changeset viewer.