The second floating-point argument is passed in $f13 rather than $f14
as commit 1fcfc00d38ff ("Correct the MIPS O64 floating-point argument
passing convention") incorrectly claimed.
---
 htdocs/projects/mipso64-abi.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/projects/mipso64-abi.html b/htdocs/projects/mipso64-abi.html
index 8a2a6618..e4ba7602 100644
--- a/htdocs/projects/mipso64-abi.html
+++ b/htdocs/projects/mipso64-abi.html
@@ -40,7 +40,7 @@ packed towards the upper-address side.
 <h2>Floating-Point Arguments</h2>
                                                                                
 As from GCC 4.0.0 the first and second floating-point arguments to a
-function are passed in <code>$f12</code> and <code>$f14</code>.
+function are passed in <code>$f12</code> and <code>$f13</code>.
 
 Previously if the first and second floating-point arguments to a
 function were 32-bit values, they were passed in <code>$f12</code> and
-- 
2.20.1

Reply via email to