about summary refs log tree commit diff
path: root/ports/sysdeps/mips/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/mips/start.S')
-rw-r--r--ports/sysdeps/mips/start.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/sysdeps/mips/start.S b/ports/sysdeps/mips/start.S
index 83a68959a3..75ab477395 100644
--- a/ports/sysdeps/mips/start.S
+++ b/ports/sysdeps/mips/start.S
@@ -70,7 +70,7 @@
 		      char **argv, void (*init) (void), void (*fini) (void),
 		      void (*rtld_fini) (void), void *stack_end)
 */
-	
+
 	.text
 	.globl ENTRY_POINT
 	.type ENTRY_POINT,@function
@@ -87,11 +87,11 @@ ENTRY_POINT:
 	PTR_LA $4, main		/* main */
 	PTR_L $5, 0($29)		/* argc */
 	PTR_ADDIU $6, $29, PTRSIZE	/* argv  */
-	
+
 	/* Allocate space on the stack for seven arguments (o32 only)
-	   and make sure the stack is aligned to double words (8 bytes) 
+	   and make sure the stack is aligned to double words (8 bytes)
 	   on o32 and quad words (16 bytes) on n32 and n64.  */
-	
+
 	and $29, -2 * SZREG
 # if _MIPS_SIM == _ABIO32
 	PTR_SUBIU $29, 32