fix gcc4 build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27411 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -600,7 +600,7 @@ arch_cpu_init_post_modules(kernel_args *args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// put the optimized functions into the commpage
|
// put the optimized functions into the commpage
|
||||||
fill_commpage_entry(COMMPAGE_ENTRY_X86_MEMCPY, gOptimizedFunctions.memcpy,
|
fill_commpage_entry(COMMPAGE_ENTRY_X86_MEMCPY, (const void *)gOptimizedFunctions.memcpy,
|
||||||
(addr_t)gOptimizedFunctions.memcpy_end
|
(addr_t)gOptimizedFunctions.memcpy_end
|
||||||
- (addr_t)gOptimizedFunctions.memcpy);
|
- (addr_t)gOptimizedFunctions.memcpy);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user