Trap typo

Kris Kennaway kris at obsecurity.org
Sun Dec 11 13:24:46 PST 2005


Index: include/trap.h
===================================================================
RCS file: /home/ncvs/src/sys/sparc64/include/trap.h,v
retrieving revision 1.11
diff -u -u -r1.11 trap.h
--- include/trap.h	29 Apr 2003 21:30:59 -0000	1.11
+++ include/trap.h	11 Dec 2005 21:23:42 -0000
@@ -41,7 +41,7 @@
 #define	T_FP_DISABLED			7
 #define	T_FP_EXCEPTION_IEEE_754		8
 #define	T_FP_EXCEPTION_OTHER		9
-#define	T_TAG_OFERFLOW			10
+#define	T_TAG_OVERFLOW			10
 #define	T_DIVISION_BY_ZERO		11
 #define	T_DATA_EXCEPTION		12
 #define	T_DATA_ERROR			13
Index: include/utrap.h
===================================================================
RCS file: /home/ncvs/src/sys/sparc64/include/utrap.h,v
retrieving revision 1.4
diff -u -u -r1.4 utrap.h
--- include/utrap.h	29 Apr 2003 21:30:59 -0000	1.4
+++ include/utrap.h	11 Dec 2005 21:23:48 -0000
@@ -38,7 +38,7 @@
 #define	UT_FP_DISABLED			7
 #define	UT_FP_EXCEPTION_IEEE_754	8
 #define	UT_FP_EXCEPTION_OTHER		9
-#define	UT_TAG_OFERFLOW			10
+#define	UT_TAG_OVERFLOW			10
 #define	UT_DIVISION_BY_ZERO		11
 #define	UT_DATA_EXCEPTION		12
 #define	UT_DATA_ERROR			13
Index: sparc64/exception.S
===================================================================
RCS file: /home/ncvs/src/sys/sparc64/sparc64/exception.S,v
retrieving revision 1.70
diff -u -u -r1.70 exception.S
--- sparc64/exception.S	16 Apr 2005 15:05:56 -0000	1.70
+++ sparc64/exception.S	11 Dec 2005 21:24:19 -0000
@@ -1841,7 +1841,7 @@
 tl0_fp_other:
 	tl0_gen		T_FP_EXCEPTION_OTHER		! 0x22
 tl0_tag_ovflw:
-	tl0_gen		T_TAG_OFERFLOW			! 0x23
+	tl0_gen		T_TAG_OVERFLOW			! 0x23
 tl0_clean_window:
 	clean_window					! 0x24
 tl0_divide:
@@ -1946,7 +1946,7 @@
 tl1_fp_other:
 	tl1_gen		T_FP_EXCEPTION_OTHER		! 0x222
 tl1_tag_ovflw:
-	tl1_gen		T_TAG_OFERFLOW			! 0x223
+	tl1_gen		T_TAG_OVERFLOW			! 0x223
 tl1_clean_window:
 	clean_window					! 0x224
 tl1_divide:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-sparc64/attachments/20051211/1298253a/attachment.bin


More information about the freebsd-sparc64 mailing list