Changeset 14495
- Timestamp:
- Dec 18, 2010, 5:04:58 PM (14 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 2 edited
-
arm-gc.c (modified) (1 diff)
-
arm-spentry.s (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/arm-gc.c
r14494 r14495 209 209 check_range(low, high, false); 210 210 } 211 break; 212 213 case AREA_CSTACK: 214 check_range((LispObj *)a->active, (LispObj *)a->high, true); 211 215 break; 212 216 -
trunk/source/lisp-kernel/arm-spentry.s
r14272 r14495 4160 4160 __(b 9f) 4161 4161 2: 4162 __(orr imm1,imm1,fixnumone) /* force odd */ 4162 4163 __(mov imm1,imm1,lsl #num_subtag_bits-fixnumshift) 4163 4164 __(orr imm1,imm1,#subtag_u32_vector)
Note:
See TracChangeset
for help on using the changeset viewer.
