Commit 1f1c33753b65a75216770928018e8932168e8908

YunQiang Su 2022-05-16T09:45:27

MIPS: fix O32 softfloat support (#702)

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