Changeset 2971
- Timestamp:
- May 3, 2012 4:40:58 AM (13 months ago)
- Files:
-
- 2 edited
-
cpu/arm/sys.fth (modified) (1 diff)
-
forth/kernel/sysio.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/sys.fth
r2097 r2971 65 65 init-relocation 66 66 install-wrapper-key 67 install-wrapper-env 67 68 68 69 install-disk-io -
forth/kernel/sysio.fth
r2961 r2971 197 197 ['] sys-sync-cache is sync-cache 198 198 ; 199 : install-wrapper-env 200 ['] sys-$getenv is $getenv 201 ['] sys-time&date is time&date 202 ; 199 203 : install-wrapper-io ( -- ) 200 204 install-wrapper-alloc 201 205 \ init-relocation goes here, for versions that need it 202 206 install-wrapper-key 203 ['] sys-$getenv is $getenv 204 ['] sys-time&date is time&date 207 install-wrapper-env 205 208 ; 206 209
Note: See TracChangeset
for help on using the changeset viewer.
