Changeset 2897
- Timestamp:
- Mar 17, 2012 2:51:04 AM (14 months ago)
- Location:
- cpu/arm
- Files:
-
- 2 edited
-
mmp2/hash.fth (modified) (1 diff)
-
olpc/rtc.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/mmp2/hash.fth
r2783 r2897 70 70 then 71 71 ; 72 : hash-update ( adr len -- adr' len')72 : hash-update ( adr len -- ) 73 73 dup #hashed + to #hashed ( adr len ) 74 74 begin dup while ( adr len ) -
cpu/arm/olpc/rtc.fth
r2726 r2897 78 78 get-time .date space .time cr 79 79 get-time 2nip 2nip nip 80 d# 2011 < dup if ." Date in RTC is too early" cr then 80 d# 2011 < dup if ." Date in RTC is too early" cr then ( -- flag ) 81 81 close 82 82 ;
Note: See TracChangeset
for help on using the changeset viewer.
