Changeset 14533
- Timestamp:
- Dec 30, 2010, 12:43:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/arm-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/arm-exceptions.c
r14517 r14533 1650 1650 Boolean before_alloc_trap = false; 1651 1651 1652 if (IS_BRANCH_AROUND_ALLOC_TRAP(instr) { 1653 before_alloc_trap = true; 1654 --program_counter; 1655 instr = *program_counter; 1656 } 1652 1657 if (IS_COMPARE_ALLOCPTR_TO_RM(instr)) { 1653 1658 before_alloc_trap = true;
Note:
See TracChangeset
for help on using the changeset viewer.
