mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-03 15:28:22 +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,
|
void restore_state_to_opc(CPUM68KState *env, TranslationBlock *tb,
|
||||||
target_ulong *data)
|
target_ulong *data)
|
||||||
{
|
{
|
||||||
TCGContext *tcg_ctx = env->uc->tcg_ctx;
|
|
||||||
env->pc = data[0];
|
env->pc = data[0];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue