Changeset 3497
- Timestamp:
- Dec 14, 2012 3:35:10 PM (5 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/spcmd.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/spcmd.fth
r3023 r3497 81 81 82 82 : deque? ( channel# -- false | entry true ) 83 lock 84 select-queue if unlock false exit then 83 select-queue if false exit then 85 84 head @ tail @ <> if 86 85 q head @ ca+ c@ head inc-q-ptr true … … 88 87 false 89 88 then 90 unlock91 89 ; 92 90
Note: See TracChangeset
for help on using the changeset viewer.
