diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-08-24 13:15:42 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-24 13:15:42 +0000 |
commit | 145de8e030617547391d001a16393c335a7c6350 (patch) | |
tree | bf6d4538f71603f5843c26d3df91978d2c512d85 /lib/libsetjmp | |
parent | 46454ac2a8a7d693ac135f0d4a9461bbcf24eea9 (diff) | |
download | rockbox-145de8e030617547391d001a16393c335a7c6350.tar.gz rockbox-145de8e030617547391d001a16393c335a7c6350.zip |
Fix red. Something - I coundn't find it - must be doing '#define mips 1'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27870 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'lib/libsetjmp')
-rw-r--r-- | lib/libsetjmp/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsetjmp/SOURCES b/lib/libsetjmp/SOURCES index aa0ac46a23..33c83275f7 100644 --- a/lib/libsetjmp/SOURCES +++ b/lib/libsetjmp/SOURCES @@ -13,6 +13,7 @@ sh/setjmp.S #endif #ifdef CPU_MIPS +#undef mips mips/setjmp.S #endif |