forked from len0rd/rockbox
Remove wrong usage of '.global'. These symbols are imported, not exported.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17290 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2bbacf89fe
commit
0e73b8a0a9
5 changed files with 0 additions and 24 deletions
|
|
@ -267,12 +267,6 @@ vectors:
|
|||
|
||||
.text
|
||||
|
||||
#if !defined(STUB)
|
||||
.global irq
|
||||
.global fiq
|
||||
.global UIE
|
||||
#endif
|
||||
|
||||
/* All illegal exceptions call into UIE with exception address as first
|
||||
parameter. This is calculated differently depending on which exception
|
||||
we're in. Second parameter is exception number, used for a string lookup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue