diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-04 16:44:03 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-04 16:44:03 +0000 |
commit | 74b1cf185fb1bf2f06f2683d05eca97bee5f92ab (patch) | |
tree | 1e9c01608e8729443083a0f1624f3a7b4348fd89 /sys | |
parent | fbd95665fe6b6a3af792b07d7f6e93c5cab426da (diff) |
increase size of intrhand in here, too.
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 |