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

June 20, 2011
7:13 p.m.
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' )
5112
Age (days ago)
5112
Last active (days ago)
0 comments
1 participants
participants (1)
-
repository service