forked from len0rd/rockbox
Fix header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20714 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
66b078f643
commit
f3643181ae
2 changed files with 5 additions and 3 deletions
|
|
@ -24,8 +24,8 @@
|
|||
#define _JBLEN 34
|
||||
#endif
|
||||
|
||||
#ifdef __mips__
|
||||
#ifdef __mips64
|
||||
#ifdef CPU_MIPS
|
||||
#if CPU_MIPS == 64
|
||||
#define _JBTYPE long long
|
||||
#endif
|
||||
#ifdef __mips_soft_float
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
/* This is a simple version of setjmp and longjmp for MIPS 32 and 64.
|
||||
|
||||
Ian Lance Taylor, Cygnus Support, 13 May 1993. */
|
||||
|
|
@ -40,7 +42,7 @@
|
|||
#define FPR_LAYOUT
|
||||
#endif
|
||||
|
||||
#ifdef __mips64
|
||||
#if CPU_MIPS == 64
|
||||
#define BYTES_PER_WORD 8
|
||||
#define LOAD_GPR ld
|
||||
#define LOAD_FPR ldc1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue