[openfirmware] r1493 - in cpu/ppc: . build

svn at openfirmware.info svn at openfirmware.info
Thu Nov 19 18:19:34 CET 2009


Author: wmb
Date: 2009-11-19 18:19:33 +0100 (Thu, 19 Nov 2009)
New Revision: 1493

Modified:
   cpu/ppc/build/builder.dic
   cpu/ppc/kerncode.fth
Log:
PowerPC - fixed a PowerPC build problem that was introduced by an error in svn 1294.



Modified: cpu/ppc/build/builder.dic
===================================================================
(Binary files differ)

Modified: cpu/ppc/kerncode.fth
===================================================================
--- cpu/ppc/kerncode.fth	2009-11-19 07:00:32 UTC (rev 1492)
+++ cpu/ppc/kerncode.fth	2009-11-19 17:19:33 UTC (rev 1493)
@@ -878,7 +878,7 @@
    rlwinm ip,ip,0,0,29
 c;
 
-code (")  (s -- adr len)
+code (n")  (s -- addr len )
    push-tos
    lwzu  tos,/token(ip)	\ Get length byte in tos
    addi  ip,ip,1cell	\ Address of data bytes




More information about the openfirmware mailing list