From 5c5335535596f043981d1f7f458817f894227937 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Sat, 4 Aug 2012 09:57:37 -0400 Subject: tile: fix typo in ASM_TYPE_DIRECTIVE fix --- ports/sysdeps/tile/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit 1.4.1