Index: uspace/lib/c/arch/mips32/src/entry.S
===================================================================
--- uspace/lib/c/arch/mips32/src/entry.S	(revision 706b4de86801bb57b4394e17f933610630608b59)
+++ uspace/lib/c/arch/mips32/src/entry.S	(revision 6da15db79d9aaf490ef2139ceb05b2fe75ceb1e7)
@@ -62,3 +62,4 @@
 	#
 	addiu $sp, ABI_STACK_FRAME
+	.end __entry
 FUNCTION_END(__entry)
Index: uspace/lib/c/arch/mips32/src/thread_entry.S
===================================================================
--- uspace/lib/c/arch/mips32/src/thread_entry.S	(revision 706b4de86801bb57b4394e17f933610630608b59)
+++ uspace/lib/c/arch/mips32/src/thread_entry.S	(revision 6da15db79d9aaf490ef2139ceb05b2fe75ceb1e7)
@@ -62,2 +62,3 @@
 	#
 	addiu $sp, ABI_STACK_FRAME
+	.end __thread_entry
