summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2017-12-31 07:46:05 -0500
committerGitHub <noreply@github.com>2017-12-31 07:46:05 -0500
commit54cb3e2345ee8e2483d4705a9fb2967b6e5a9bd1 (patch)
tree344b097d58990c26fa0362af74c56671a7173c36
parent716bfd83177689e2244c4707bd513003cff92c68 (diff)
parent94c102aa69b04337f63498e0e6551fcdce549ae5 (diff)
downloadlibffi-54cb3e2345ee8e2483d4705a9fb2967b6e5a9bd1.tar.gz
Merge pull request #396 from wzssyqa/master
mips/n32.S: disable .set mips4 on mips r6
-rw-r--r--src/mips/n32.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mips/n32.S b/src/mips/n32.S
index edc6905..1a940b6 100644
--- a/src/mips/n32.S
+++ b/src/mips/n32.S
@@ -47,7 +47,9 @@
#ifdef __GNUC__
.abicalls
#endif
+#if !defined(__mips_isa_rev) || (__mips_isa_rev<6)
.set mips4
+#endif
.text
.align 2
.globl ffi_call_N32