Changeset 2628
- Timestamp:
- Oct 22, 2011 5:39:50 AM (19 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/1.75/fw.bth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/fw.bth
r2606 r2628 194 194 \ Suppress long memory test at final test stage 195 195 dev /memory 196 defer old-diagnostic-mode?196 0 value old-diag-switch? 197 197 : not-final-test? ( -- flag ) 198 198 final-test? if false exit then 199 old-diagnostic-mode? 199 smt-test? if false exit then 200 old-diag-switch? 200 201 ; 201 202 warning @ warning off 202 203 : selftest ( -- error? ) 203 ['] (diagnostic-mode?) behavior to old-diagnostic-mode?204 ['] not-final-test? to (diagnostic-mode?)204 diag-switch? to old-diag-switch? 205 not-final-test? to diag-switch? 205 206 selftest 206 ['] old-diagnostic-mode? behavior to (diagnostic-mode?)207 old-diag-switch? to diag-switch? 207 208 ; 208 209 warning !
Note: See TracChangeset
for help on using the changeset viewer.
