mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 12:27:11 +08:00
PR1091/patch
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1091/patch
|
||||
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
|
||||
bits are used when calculating the exception vector.
|
||||
|
||||
2006-02-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
PR 904/patch
|
||||
|
||||
@@ -135,7 +135,7 @@ SYM (_ISR_Handler):
|
||||
movm.l d0-d1/a0-a1,a7@ | save d0-d1,a0-a1
|
||||
#endif
|
||||
movew a7@(SAVED+FVO_OFFSET),d0 | d0 = F/VO
|
||||
andl #0x0ffc,d0 | d0 = vector offset in vbr
|
||||
andl #0x03fc,d0 | d0 = vector offset in vbr
|
||||
|
||||
|
||||
#if ( CPU_HAS_SOFTWARE_INTERRUPT_STACK == 1 )
|
||||
|
||||
Reference in New Issue
Block a user