| Index: tests/math/set_rounding_mips.S
|
| diff --git a/tests/math/set_rounding_mips.S b/tests/math/set_rounding_mips.S
|
| index 8e8784bdea9daa712b24c7fd7a07b4a783ea5fd8..866c76e9bf7fc79b36b8a662079c0556d868e216 100644
|
| --- a/tests/math/set_rounding_mips.S
|
| +++ b/tests/math/set_rounding_mips.S
|
| @@ -4,8 +4,6 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#define JUMP_MASK $t6
|
| -
|
| /*
|
| * Rounding mode control field is bits [1:0] in FCSR.
|
| * This function takes the two-bit value and sets bits [1:0].
|
| @@ -41,7 +39,6 @@ set_rounding_control_field:
|
| #endif
|
| nop /* Force return sequence to next bundle. */
|
|
|
| - and $ra, $ra, JUMP_MASK
|
| jr $ra
|
| nop
|
|
|
|
|