Correct typos (s/OFERFLOW/OVERFLOW/).

Reviewed by:	jhb
This commit is contained in:
kris 2006-01-16 01:35:25 +00:00
parent 37f178c9c1
commit 14241840f7
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -1841,7 +1841,7 @@ tl0_fp_ieee:
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_ieee:
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: