Author: wmb Date: Thu Jan 23 19:18:01 2014 New Revision: 3709 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3709
Log: PowerPC kernel - fixed bug in isconstant, completing the previous fix.
Modified: cpu/ppc/kerncode.fth
Modified: cpu/ppc/kerncode.fth ============================================================================== --- cpu/ppc/kerncode.fth Sun Jan 19 02:21:01 2014 (r3708) +++ cpu/ppc/kerncode.fth Thu Jan 23 19:18:01 2014 (r3709) @@ -214,7 +214,7 @@ c;
code isconstant ( n -- ) - literal-to-t0 + tliteral-to-t0 stw tos,/cf(t0) pop-tos c;
openfirmware@openfirmware.info