changeset 156:9e4f1355a388

- cosmetics
author cslag
date Fri, 25 Nov 2016 18:59:26 +0000
parents bbefb8b8e74c
children 49549739228c
files dyncallback/dyncall_callback_mips_eabi_gas.s
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/dyncallback/dyncall_callback_mips_eabi_gas.s	Thu Nov 24 23:47:31 2016 +0000
+++ b/dyncallback/dyncall_callback_mips_eabi_gas.s	Fri Nov 25 18:59:26 2016 +0000
@@ -22,15 +22,15 @@
 
 */
 
-	/* input:
-		$t4    -> thunk
-		$t4+20 -> cb handler
-		$t4+24 -> userdata
-	*/
+/* input:
+	$t4    -> thunk
+	$t4+20 -> cb handler
+	$t4+24 -> userdata
+*/
 
-	.text
-	.globl dcCallbackThunkEntry
-	.ent   dcCallbackThunkEntry
+.text
+.globl dcCallbackThunkEntry
+.ent   dcCallbackThunkEntry
 
 /* Called by thunk - thunk stores pointer to DCCallback in $12 ($t4), and */
 /* pointer to called function in $25 ($t9, required for PIC)              */