mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct typos (s/OFERFLOW/OVERFLOW/).
Reviewed by: jhb
This commit is contained in:
parent
7874d4d229
commit
0c6913cd9a
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue