Fix some bogus (unused) symbol names

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1870 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-06-10 13:50:31 +00:00
parent 85df93d997
commit 71905a1cc0

View File

@ -72,7 +72,6 @@
************************************************************************************/
.globl __start
.globl dispach_irq
.syntax unified
.thumb
@ -334,7 +333,7 @@ lm3s_irqcommon:
3:
ldr r14, =EXC_RETURN /* Load the special value */
bx r14 /* And return */
.size handler, .-handlers
.size handlers, .-handlers
/************************************************************************************
* Name: up_interruptstack/g_userstack