diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index 381ce26979..5972abaa9a 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -49,8 +49,8 @@ #undef PSEUDO #define PSEUDO(name, syscall_name, args) \ .text; \ - .type syscall_error,%function ; \ - ENTRY (name) \ + .type syscall_error,%function; \ + ENTRY (name); \ DO_CALL (args, syscall_name); \ cmn r0, $4096; \ bhs PLTJMP(C_SYMBOL_NAME(__syscall_error)); |