Index: libc/arch/mips32/include/psthread.h
===================================================================
--- libc/arch/mips32/include/psthread.h	(revision e708063fcb109c2a31c5e928ec97215959de8633)
+++ libc/arch/mips32/include/psthread.h	(revision a71d9af9f07b33417eac0e091ee4318de370ac93)
@@ -32,5 +32,8 @@
 #include <types.h>
 
-#define SP_DELTA	(8)
+/* +16 is just for sure that the called function
+ * have space to store it's arguments
+ */
+#define SP_DELTA	(8+16)
 
 typedef struct  {
