Author: wmb Date: 2007-09-19 04:57:04 +0200 (Wed, 19 Sep 2007) New Revision: 619
Modified: cpu/x86/pc/olpc/nandstat.fth Log: copy-nand - fixed display glitch introduces by a recent checkin.
Modified: cpu/x86/pc/olpc/nandstat.fth =================================================================== --- cpu/x86/pc/olpc/nandstat.fth 2007-09-19 02:56:12 UTC (rev 618) +++ cpu/x86/pc/olpc/nandstat.fth 2007-09-19 02:57:04 UTC (rev 619) @@ -65,7 +65,7 @@
: gshow-writing ( #eblocks -- ) ." Writing " - 0 rot 0 ?do ( eblock# ) + 0 swap 0 ?do ( eblock# ) dup nand-pages/block * " block-bad?" $call-nand 0= if ( eblock# ) dup show-pending ( eblock# ) 1 ( eblock# increment )