summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/setjmp_mips.S
diff options
context:
space:
mode:
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