mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-08 22:00:39 +00:00
fix an warning 'control may reach end of non-void function'
This commit is contained in:
parent
16bbe4fb88
commit
bd1632e60c
|
@ -1285,6 +1285,7 @@ static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx)
|
||||||
return !(env->daif & PSTATE_I);
|
return !(env->daif & PSTATE_I);
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached();
|
g_assert_not_reached();
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue