[openfirmware] [commit] r2297 - cpu/x86/pc/olpc

repository service svn at openfirmware.info
Mon Jun 20 19:13:54 CEST 2011


Author: wmb
Date: Mon Jun 20 19:13:54 2011
New Revision: 2297
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2297

Log:
OLPC - fixed stack bug in rtc-rollback?

Modified:
   cpu/x86/pc/olpc/guardrtc.fth

Modified: cpu/x86/pc/olpc/guardrtc.fth
==============================================================================
--- cpu/x86/pc/olpc/guardrtc.fth	Sun Jun 19 03:18:02 2011	(r2296)
+++ cpu/x86/pc/olpc/guardrtc.fth	Mon Jun 20 19:13:54 2011	(r2297)
@@ -190,7 +190,7 @@
 ;
 
 : rtc-rollback?  ( -- error? )
-   rtcar-enabled?  0=  if  exit  then
+   rtcar-enabled?  0=  if  false exit  then
 
    find-timestamp            ( status )
    ?update-timestamp         ( status' )



More information about the openfirmware mailing list