diff options
Diffstat (limited to 'examples/stubs.c')
| -rw-r--r-- | examples/stubs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/stubs.c b/examples/stubs.c index ffd314e6b..26df6e06a 100644 --- a/examples/stubs.c +++ b/examples/stubs.c @@ -132,7 +132,7 @@ gd_t *global_data;   */  #define EXPORT_FUNC(x)			\  	asm volatile (			\ -"       .globl " #x "\n"		\ +"       .globl _" #x "\n_"		\  #x ":\n"				\  "	P0 = [P5 + %0]\n"		\  "	P0 = [P0 + %1]\n"		\ |