[openfirmware] [commit] r2902 - ofw/core

repository service svn at openfirmware.info
Tue Mar 20 22:04:54 CET 2012


Author: quozl
Date: Tue Mar 20 22:04:53 2012
New Revision: 2902
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2902

Log:
core - stack effect comment fix

Modified:
   ofw/core/deblock.fth

Modified: ofw/core/deblock.fth
==============================================================================
--- ofw/core/deblock.fth	Tue Mar 20 10:37:24 2012	(r2901)
+++ ofw/core/deblock.fth	Tue Mar 20 22:04:53 2012	(r2902)
@@ -205,7 +205,7 @@
 : size  ( -- size.low size.high )
    deblock-fd  ['] dfsize catch  if  drop 0 0  then
 ;
-: position  ( -- offset.low offset.high -- )
+: position  ( -- offset.low offset.high )
    deblock-fd  ['] dftell catch  if  drop 0 0  then
 ;
 : seek   ( offset.low offset.high -- error? )



More information about the openfirmware mailing list