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