Module Name:    src
Committed By:   matt
Date:           Fri Aug 21 17:19:47 UTC 2009

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: setjmp.h

Log Message:
Fix _JBLEN to be correct (why was i thinking mips64 has 64 fp regs?).


To generate a diff of this commit:
cvs rdiff -u -r1.7.138.1 -r1.7.138.2 src/sys/arch/mips/include/setjmp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/setjmp.h
diff -u src/sys/arch/mips/include/setjmp.h:1.7.138.1 src/sys/arch/mips/include/setjmp.h:1.7.138.2
--- src/sys/arch/mips/include/setjmp.h:1.7.138.1	Sun Aug 16 03:33:58 2009
+++ src/sys/arch/mips/include/setjmp.h	Fri Aug 21 17:19:47 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: setjmp.h,v 1.7.138.1 2009/08/16 03:33:58 matt Exp $	*/
+/*	$NetBSD: setjmp.h,v 1.7.138.2 2009/08/21 17:19:47 matt Exp $	*/
 
 /*
  * mips/setjmp.h: machine dependent setjmp-related information.
@@ -7,11 +7,7 @@
  * struct sigcontext to restore it.
  */
 
-#if defined(__mips_o32)
 #define _JBLEN 87		/* XXX Naively 84; 87 for compatibility */
-#else
-#define _JBLEN (87 + 33)	/* 32 more FP registers */
 #ifdef __mips_n32
 #define	_BSD_JBSLOT_T_		long long
 #endif
-#endif

Reply via email to