1
0
Fork 0
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:
Maurus Cuelenaere 2009-04-16 13:41:48 +00:00
parent 493d3a03b3
commit 66b078f643
2 changed files with 102 additions and 0 deletions

View file

@ -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