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 1797274eb..250a9af6e 100644 --- a/examples/stubs.c +++ b/examples/stubs.c @@ -131,7 +131,7 @@ gd_t *global_data;   * register   */  #define EXPORT_FUNC(x)			\ -        asm volatile (			\ +	asm volatile (			\  "       .globl " #x "\n"		\  #x ":\n"				\  "	P0 = [P5 + %0]\n"		\ |