From 74b1cf185fb1bf2f06f2683d05eca97bee5f92ab Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 4 Sep 2001 16:44:03 +0000 Subject: increase size of intrhand in here, too. --- sys/arch/sparc64/sparc64/locore.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/sparc64') 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 -- cgit v1.2.3