(PSEUDO): Add missing semicolon so that profiling works.
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Oct 1998 11:15:04 +0000 (11:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Oct 1998 11:15:04 +0000 (11:15 +0000)
sysdeps/unix/sysv/linux/arm/sysdep.h

index 381ce26..5972aba 100644 (file)
@@ -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));