mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:18:08 +00:00
fix an warning 'control may reach end of non-void function'
This commit is contained in:
parent
16bbe4fb88
commit
bd1632e60c
1 changed files with 1 additions and 0 deletions
|
@ -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