Message ID | cover.1728308312.git.federico.serafini@bugseng.com (mailing list archive) |
---|---|
Headers | show |
Series | x86: address violations of MISRA C Rule 16.3 | expand |
On 07.10.2024 16:16, Federico Serafini wrote: > @@ -457,6 +460,8 @@ int x86emul_fpu(struct x86_emulate_state *s, > case 7: /* fistp m64i */ > goto fpu_memdst64; > } > + ASSERT_UNREACHABLE(); > + break; "return X86EMUL_UNHANDLEABLE" like is also used just a few lines down from here? Jan