diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-08-24 13:17:03 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-08-24 13:17:03 +0000 |
commit | 1aeb79dc3a21c9adea2878f0fff676f67bd55d97 (patch) | |
tree | b62b1badeb13a6301aee001620a26c40b206797b | |
parent | 145de8e030617547391d001a16393c335a7c6350 (diff) | |
download | rockbox-1aeb79dc3a21c9adea2878f0fff676f67bd55d97.tar.gz rockbox-1aeb79dc3a21c9adea2878f0fff676f67bd55d97.zip |
Add a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27871 a1c6a512-1295-4272-9138-f99709370657
-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 33c83275f7..b2f4227930 100644 --- a/lib/libsetjmp/SOURCES +++ b/lib/libsetjmp/SOURCES @@ -13,6 +13,7 @@ sh/setjmp.S #endif #ifdef CPU_MIPS +/* Strangely something seems to do '#define mips 1' */ #undef mips mips/setjmp.S #endif |