mirror of
https://github.com/Vita3K/unicorn.git
synced 2025-02-22 13:21:42 +00:00
arm: fix a warning
This commit is contained in:
parent
f3f2a4d7a9
commit
714cf2c609
@ -5661,6 +5661,8 @@ static bool round_to_inf(float_status *fpst, bool sign_bit)
|
|||||||
return sign_bit;
|
return sign_bit;
|
||||||
case float_round_to_zero: /* Round to Zero */
|
case float_round_to_zero: /* Round to Zero */
|
||||||
return false;
|
return false;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_assert_not_reached();
|
g_assert_not_reached();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user