diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index 10349de0525..a9fc962b253 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -4195,7 +4195,7 @@ ret_from_intr_vector: * IRQ# = %tt - 0x40 */ - .comm _C_LABEL(intrhand), 15 * PTRSZ ! intrhand[0..14]; 0 => error + .comm _C_LABEL(intrhand), 16 * PTRSZ ! intrhand[0..14]; 0 => error .globl _C_LABEL(sparc_interrupt) ! This is for interrupt debugging _C_LABEL(sparc_interrupt): #ifdef TRAPS_USE_IG |