Browse Source

* typo fixed.

Károly Balogh 21 years ago
parent
commit
218956e0af
1 changed files with 3 additions and 3 deletions
  1. 3 3
      rtl/morphos/prt0.as

+ 3 - 3
rtl/morphos/prt0.as

@@ -27,7 +27,7 @@ _start:
 
 
 	/* Get ExecBase */
 	/* Get ExecBase */
 	li		3,4
 	li		3,4
-	lwz	3,(3)
+	lwz	3,0(3)
 	lis	4,_ExecBase@ha
 	lis	4,_ExecBase@ha
 	stw	3,_ExecBase@l(4)
 	stw	3,_ExecBase@l(4)
 
 
@@ -62,8 +62,8 @@ __abox__:
 
 
 /*
 /*
   $Log$
   $Log$
-  Revision 1.2  2004-04-09 02:54:25  karoly
-   * execbase loading oops fixed.
+  Revision 1.3  2004-04-09 02:58:15  karoly
+   * typo fixed.
 
 
   Revision 1.1  2004/03/16 10:29:22  karoly
   Revision 1.1  2004/03/16 10:29:22  karoly
    * first implementation of some startup code for MOS
    * first implementation of some startup code for MOS