mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 03:21:06 +00:00
Removes accessible assert
Backports commit 333bfdf65e55bcf6e3b03526a50f8c43aa6d4ca5 from qemu
This commit is contained in:
parent
2c9b6df879
commit
4199ce83bb
|
@ -940,7 +940,8 @@ static TCGv gen_ea_mode(CPUM68KState *env, DisasContext *s, int mode, int reg0,
|
||||||
offset = read_im32(env, s);
|
offset = read_im32(env, s);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached();
|
// Unicorn: Should not happen for OS_SINGLE
|
||||||
|
return tcg_ctx->NULL_QREG;
|
||||||
}
|
}
|
||||||
return mark_to_release(s, tcg_const_i32(tcg_ctx, offset));
|
return mark_to_release(s, tcg_const_i32(tcg_ctx, offset));
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue