diff --git a/target/sw64/float_helper.c b/target/sw64/float_helper.c index ad1c3cce48615b5bf0c5696d7dcb3057b35a0c81..c8e0845afc9579bb55ec8f0cd4f9798e81650cfd 100644 --- a/target/sw64/float_helper.c +++ b/target/sw64/float_helper.c @@ -653,7 +653,6 @@ void helper_ieee_input(CPUSW64State *env, uint64_t val) { #ifndef CONFIG_USER_ONLY uint32_t exp = (uint32_t)(val >> 52) & 0x7ff; - uint64_t frac = val & 0xfffffffffffffull; if (exp == 0x7ff) { /* Infinity or NaN. */