summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-09-04 16:44:02 +0000
committerjason <jason@openbsd.org>2001-09-04 16:44:02 +0000
commit8e94bda836e414df3af5e8e74b9e132ac5dd162f (patch)
tree61b65157a76447722fe366a09300028718ce59df
parentalpha has shared libs; pointed out by brad@ (diff)
downloadwireguard-openbsd-8e94bda836e414df3af5e8e74b9e132ac5dd162f.tar.xz
wireguard-openbsd-8e94bda836e414df3af5e8e74b9e132ac5dd162f.zip
increase size of intrhand in here, too.
-rw-r--r--sys/arch/sparc64/sparc64/locore.s2
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