score: Statically initialize _ISR_Vector_table

This commit is contained in:
Sebastian Huber
2014-04-26 15:09:10 +02:00
parent a16af0b367
commit 03b7789ec7
21 changed files with 28 additions and 149 deletions

View File

@@ -249,7 +249,6 @@ PUBLIC(_ISR_Handler)
* we just enabled traps. It is definitely in g2.
*/
setx SYM(_ISR_Vector_table), %o5, %g1
ldx [%g1], %g1
and %g2, 0x1FF, %o5 ! remove synchronous trap indicator
sll %o5, 3, %o5 ! o5 = offset into table
ldx [%g1 + %o5], %g1 ! g1 = _ISR_Vector_table[ vector ]