Changeset 269 for GPL/trunk/lib32/memory.cpp
- Timestamp:
- Nov 19, 2007, 7:04:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/memory.cpp
r131 r269 264 264 //oops, this didn't work, fail 265 265 VMFree((LINEAR)addr); 266 dprintf(("get_free_dma_pages failed , trying wasteful method instead"));266 dprintf(("get_free_dma_pages failed %x size:%x st:%x end:%x, trying wasteful method instead",physaddr,size,startpage,endpage)); 267 267 return 0; 268 268 }
Note:
See TracChangeset
for help on using the changeset viewer.