mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 07:25:33 +00:00
target-m68k: Silence unused variable warning
This commit is contained in:
parent
a5ac288135
commit
f0f8d5764a
|
@ -3184,6 +3184,5 @@ done_generating:
|
|||
void restore_state_to_opc(CPUM68KState *env, TranslationBlock *tb,
|
||||
target_ulong *data)
|
||||
{
|
||||
TCGContext *tcg_ctx = env->uc->tcg_ctx;
|
||||
env->pc = data[0];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue