diff dyncallback/dyncall_callback_mips_o32_gas.s @ 109:9e677d4c0b6b

- mips comment cleanups - mips callback args prep for non-o32
author cslag
date Sat, 11 Jun 2016 21:44:38 +0200
parents f5453308ff36
children
line wrap: on
line diff
--- a/dyncallback/dyncall_callback_mips_o32_gas.s	Sat Jun 11 21:38:46 2016 +0200
+++ b/dyncallback/dyncall_callback_mips_o32_gas.s	Sat Jun 11 21:44:38 2016 +0200
@@ -43,7 +43,7 @@
 	.set    noreorder
 
 	/* Prolog. Just store the minimum, return address, spill area.     */
-	/* Frame size of 48b comes from following areas (each 8b aligned); */
+	/* Frame size of 56b comes from following areas (each 8b aligned): */
 	/*   local: fpregs:16 + retval:8 + DCArgs:8 */
 	/*   save:  ra:4 (+ pad:4)                  */
 	/*   param: spill:16                        */