Changeset 80868140 in rtems
- Timestamp:
- 11/29/97 17:51:27 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1670eede
- Parents:
- 61fc72c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/m68k/cpu_asm.s
r61fc72c r80868140 199 199 movew #0,a0@- | push format word 200 200 movel # SYM (_ISR_Dispatch),a0@- | push return addr 201 movew a0@(6+SR_OFFSET),a0@- | push thread sr 201 | filter out the trace bit to stop single step debugging breaking 202 movew a0@(6+SR_OFFSET),d0 203 andw #0x7FFF,d0 204 movew d0,a0@- | push thread sr 202 205 movec a0,msp | set master stack pointer 203 206 #else 204 207 205 | filter out the trace bit to stop single step debugging breaking208 | filter out the trace bit to stop single step debugging breaking 206 209 movew a7@(16+SR_OFFSET),d0 207 210 andw #0x7FFF,d0
Note: See TracChangeset
for help on using the changeset viewer.