diff options
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/op_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 3d99d06fd7..da28645973 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -1147,7 +1147,6 @@ void do_cmpabs_s_ ## op (long cc) \ flag float32_is_unordered(int sig, float32 a, float32 b STATUS_PARAM) { - extern flag float32_is_nan(float32 a); if (float32_is_signaling_nan(a) || float32_is_signaling_nan(b) || (sig && (float32_is_nan(a) || float32_is_nan(b)))) { |