tile: fix typo in ASM_TYPE_DIRECTIVE fix
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 4 Aug 2012 13:57:37 +0000 (09:57 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Sat, 4 Aug 2012 13:57:37 +0000 (09:57 -0400)
ports/sysdeps/tile/sysdep.h

index a268872..4f27cb2 100644 (file)
@@ -30,7 +30,7 @@
 /* Define an entry point visible from C.  */
 #define        ENTRY(name)                                                           \
   .globl C_SYMBOL_NAME(name);                                                \
-  .type C_SYMBOL_NAME(name),@function                                        \
+  .type C_SYMBOL_NAME(name),@function;                                       \
   .align 8;                                                                  \
   C_LABEL(name)                                                                      \
   cfi_startproc;                                                             \