summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/setjmp_mips.S
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-16 13:48:34 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-16 13:48:34 +0000
commitf3643181aeb6260728575bc883188d0c823b8620 (patch)
tree3c808796476a893bf1bfee3d7bfd3aac0eacf7a3 /apps/codecs/lib/setjmp_mips.S
parent66b078f6432bd36c0e62c63ce2f1961044e8d777 (diff)
downloadrockbox-f3643181aeb6260728575bc883188d0c823b8620.tar.gz
rockbox-f3643181aeb6260728575bc883188d0c823b8620.zip
Fix header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20714 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/setjmp_mips.S')
-rw-r--r--apps/codecs/lib/setjmp_mips.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/codecs/lib/setjmp_mips.S b/apps/codecs/lib/setjmp_mips.S
index 69799a005c..ccb83bd596 100644
--- a/apps/codecs/lib/setjmp_mips.S
+++ b/apps/codecs/lib/setjmp_mips.S
@@ -1,3 +1,5 @@
1#include "config.h"
2
1/* This is a simple version of setjmp and longjmp for MIPS 32 and 64. 3/* This is a simple version of setjmp and longjmp for MIPS 32 and 64.
2 4
3 Ian Lance Taylor, Cygnus Support, 13 May 1993. */ 5 Ian Lance Taylor, Cygnus Support, 13 May 1993. */
@@ -40,7 +42,7 @@
40#define FPR_LAYOUT 42#define FPR_LAYOUT
41#endif 43#endif
42 44
43#ifdef __mips64 45#if CPU_MIPS == 64
44#define BYTES_PER_WORD 8 46#define BYTES_PER_WORD 8
45#define LOAD_GPR ld 47#define LOAD_GPR ld
46#define LOAD_FPR ldc1 48#define LOAD_FPR ldc1