]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CALL_MCOUNT): Add missing semicolons.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 17:35:29 +0000 (17:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 17:35:29 +0000 (17:35 +0000)
sysdeps/arm/sysdep.h

index 13d34c741ba81cd1e12941627e434c65b94614a6..6247f9c94be6a3a314254625c345ba997302165a 100644 (file)
@@ -74,8 +74,8 @@
 /* If compiled for profiling, call `mcount' at the start of each function.  */
 #ifdef PROF
 #define CALL_MCOUNT                    \
-       str     lr,[sp, #-4]!           \
-       bl      PLTJMP(mcount)          \
+       str     lr,[sp, #-4]!   ;       \
+       bl      PLTJMP(mcount)  ;       \
        ldr     lr, [sp], #4
 #else
 #define CALL_MCOUNT            /* Do nothing.  */