tile: fix typo in ASM_TYPE_DIRECTIVE fix

This commit is contained in:
Chris Metcalf 2012-08-04 09:57:37 -04:00
parent faa2bccba5
commit 5c53355355

View 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; \