Changeset 14589 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
- Timestamp:
- Nov 25, 2008 6:16:51 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r14587 r14589 851 851 852 852 853 SUPR3DECL(int) SUPPageAllocLocked(size_t cPages, void **ppvPages)854 {855 return SUPR3PageAllocEx(cPages, 0 /*fFlags*/, ppvPages, NULL /*pR0Ptr*/, NULL /*paPages*/);856 }857 858 859 853 SUPR3DECL(int) SUPPageAllocLockedEx(size_t cPages, void **ppvPages, PSUPPAGE paPages) 860 854 {
Note:
See TracChangeset
for help on using the changeset viewer.