about summary refs log tree commit diff
path: root/ports/sysdeps/tile/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/tile/sysdep.h')
-rw-r--r--ports/sysdeps/tile/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/tile/sysdep.h b/ports/sysdeps/tile/sysdep.h
index a268872f71..4f27cb2bed 100644
--- a/ports/sysdeps/tile/sysdep.h
+++ b/ports/sysdeps/tile/sysdep.h
@@ -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;							      \