Changeset 13924
- Timestamp:
- Jul 5, 2010, 6:32:37 PM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/lisp-kernel/arm-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/lisp-kernel/arm-exceptions.c
r13921 r13924 667 667 update_area_active((area **)&tcr->vs_area, (BytePtr) ptr_from_lispobj(xpGPR(xp, vsp))); 668 668 } else { 669 /* In ff-call. No need to update cs_area*/669 /* In ff-call. */ 670 670 cur_allocptr = (void *) (tcr->save_allocptr); 671 671 update_area_active((area **)&tcr->vs_area, (BytePtr) tcr->save_vsp); 672 update_area_active((area **)&tcr->cs_area, (BytePtr) tcr->last_lisp_frame); 672 673 } 673 674
Note:
See TracChangeset
for help on using the changeset viewer.
