forked from len0rd/rockbox
Add setjmp implementation for MIPS targets from newlib
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20713 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
493d3a03b3
commit
66b078f643
2 changed files with 102 additions and 0 deletions
|
@ -15,6 +15,10 @@ udiv32_armv4.S
|
|||
setjmp_cf.S
|
||||
#endif
|
||||
|
||||
#ifdef CPU_MIPS
|
||||
setjmp_mips.S
|
||||
#endif
|
||||
|
||||
#elif defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue