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:
parent
85df93d997
commit
71905a1cc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user