diff dyncall/dyncall_call_mips_n32_gas.s @ 124:6bd0974d257b

- big-endian mips fixes for return values - cleanups
author cslag
date Mon, 04 Jul 2016 16:14:59 +0200
parents 3e629dc19168
children 21537652361e
line wrap: on
line diff
--- a/dyncall/dyncall_call_mips_n32_gas.s	Mon Jul 04 16:13:59 2016 +0200
+++ b/dyncall/dyncall_call_mips_n32_gas.s	Mon Jul 04 16:14:59 2016 +0200
@@ -177,8 +177,8 @@
 	/* jump-and-link to register $25 */
 
 	jal	$31, $25
-
-	/* no nop according to gcc assembly output */	
+	nop /* branch-delay slot - no nop according to gcc assembly */
+	    /* output, but let's play safe */	
 
 	/* Stack-frame epilog */	
 	move	$sp,$fp