mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 12:38:57 +00:00
target-m68k: Silence unused variable warning
This commit is contained in:
parent
a5ac288135
commit
f0f8d5764a
1 changed files with 0 additions and 1 deletions
|
@ -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