[openfirmware] [commit] r2137 - forth/kernel

repository service svn at openfirmware.info
Fri Jan 21 21:43:11 CET 2011


Author: wmb
Date: Fri Jan 21 21:43:11 2011
New Revision: 2137
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2137

Log:
Kernel - fixme: now reports extra information.

Modified:
   forth/kernel/kernel.fth

Modified: forth/kernel/kernel.fth
==============================================================================
--- forth/kernel/kernel.fth	Fri Jan 21 01:36:19 2011	(r2136)
+++ forth/kernel/kernel.fth	Fri Jan 21 21:43:11 2011	(r2137)
@@ -3082,7 +3082,7 @@
 : command: [compile] \ ;
 : in: [compile] \ ;
 : dictionary: [compile] \ ;
-: fixme:  ." FIXME: "  -1 parse type cr  ;
+: fixme:  ." FIXME: "  opened-filename 2@ type  ." : "  -1 parse type cr  ;
 
 \ From cmdline.fth
 



More information about the openfirmware mailing list