Fixed non-x86 builds. __get_memory_map_haiku() must be the default.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6330,7 +6330,7 @@ DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION("__create_area_haiku", "create_area@@",
|
||||
|
||||
|
||||
DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION("__get_memory_map_haiku",
|
||||
"get_memory_map@", "BASE");
|
||||
"get_memory_map@@", "BASE");
|
||||
DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION("__map_physical_memory_haiku",
|
||||
"map_physical_memory@@", "BASE");
|
||||
DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION("__create_area_haiku", "create_area@@",
|
||||
|
||||
Reference in New Issue
Block a user