mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
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
c678c8db00
commit
508bf0c351
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue