mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:09:07 +02:00
* typo fixed.
This commit is contained in:
parent
191f780e04
commit
218956e0af
@ -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
|
Revision 1.3 2004-04-09 02:58:15 karoly
|
||||||
* execbase loading oops fixed.
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user