[openfirmware] [commit] r1798 - dev/olpc/viacamera

repository service svn at openfirmware.info
Fri Apr 30 08:25:30 CEST 2010


Author: wmb
Date: Fri Apr 30 08:25:30 2010
New Revision: 1798
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1798

Log:
OLPC trac 10138 - fixed stack botch in XO-1.5 camera selftest, which caused exceptions in test-all.

Modified:
   dev/olpc/viacamera/camera.fth

Modified: dev/olpc/viacamera/camera.fth
==============================================================================
--- dev/olpc/viacamera/camera.fth	Fri Apr 30 08:23:04 2010	(r1797)
+++ dev/olpc/viacamera/camera.fth	Fri Apr 30 08:25:30 2010	(r1798)
@@ -498,7 +498,7 @@
       shoot-still  if  drop true exit  then 	( timeout )
       dup get-msecs - 0<=                       ( timeout reached )
    until					( timeout )
-   false
+   drop false
 ;
 
 : mirrored  ( -- )  h# 1e ov@  h# 20 or  h# 1e ov!  ;



More information about the openfirmware mailing list