workaround for non-DCFA make

suppress the following error:

ihk/ihk.o: In function `generic_common_handlers':
(.data+0x2678): undefined reference to `sys_mod_call'
This commit is contained in:
NAKAMURA Gou
2013-06-22 14:22:42 +09:00
parent de5137e18b
commit 15ac1e246a

View File

@@ -20,6 +20,7 @@
#include <syscall_list.h>
#undef SYSCALL_HANDLED
#undef SYSCALL_DELEGATED
extern long sys_mod_call(int n, ihk_mc_user_context_t *ctx) __attribute__ ((weak));
/* generate syscall_table[] */
long (*syscall_table[])(int, ihk_mc_user_context_t *) = {