Index: uspace/lib/c/arch/sparc64/src/thread_entry.s
===================================================================
--- uspace/lib/c/arch/sparc64/src/thread_entry.s	(revision 41963042778157d86a3ab7cffe9897ece175627a)
+++ uspace/lib/c/arch/sparc64/src/thread_entry.s	(revision 7f1d8978b706df4ce9163eac2fb79fe22075eaca)
@@ -38,8 +38,12 @@
 	# Create the first stack frame.
 	#
+	save %sp, -176, %sp
+	flushw
+	add %g0, -0x7ff, %fp
 
-	#save %sp, -176, %sp
-	#flushw
-	#add %g0, -0x7ff, %fp
+	#
+	# Propagate the input arguments to the new window.
+	#
+	mov %i0, %o0
 
 	sethi %hi(_gp), %l7
