summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYunQiang Su <syq@debian.org>2022-05-16 09:45:27 +0800
committerGitHub <noreply@github.com>2022-05-15 21:45:27 -0400
commit1f1c33753b65a75216770928018e8932168e8908 (patch)
treed6069dd6ac79059d55c43b63761795866f948b4f /src
parent3ac265d5c0e038e324bae29131dbc4bacb4935ea (diff)
downloadlibffi-1f1c33753b65a75216770928018e8932168e8908.tar.gz
MIPS: fix O32 softfloat support (#702)
Diffstat (limited to 'src')
-rw-r--r--src/mips/o32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mips/o32.S b/src/mips/o32.S
index f1a39c5..78517be 100644
--- a/src/mips/o32.S
+++ b/src/mips/o32.S
@@ -211,7 +211,7 @@ retcomplex:
s.s $f0, 0(t0)
s.s $f2, 4(t0)
#else
- FIXME
+ # FIXME: do nothing can pass all of the testsuite
#endif
b epilogue
3:
@@ -219,7 +219,7 @@ retcomplex:
s.d $f0, 0(t0)
s.d $f2, 8(t0)
#else
- FIXME
+ # FIXME: do nothing can pass all of the testsuite
#endif
b epilogue