Index: trunk/Softwares/Test/Test_021/src/sys/crt0.s
===================================================================
--- trunk/Softwares/Test/Test_021/src/sys/crt0.s	(revision 100)
+++ trunk/Softwares/Test/Test_021/src/sys/crt0.s	(revision 101)
@@ -19,4 +19,7 @@
 	.org 0x0
 _end_ko        :        
+	l.movhi r1,     hi(_tty)
+	l.ori   r1, r1, lo(_tty)
+        l.sw    4(r1), r1 /* stop address */
 _infinite_loop :        
         l.j	_infinite_loop
@@ -26,5 +29,5 @@
 	l.movhi r1,     hi(_tty)
 	l.ori   r1, r1, lo(_tty)
-        l.sw    4(r1), r1 /* stop address */
+        l.sw    4(r1), r0 /* stop address */
 
 
