target-m68k: Silence unused variable warning

This commit is contained in:
Lioncash 2018-02-16 10:16:50 -05:00
parent a5ac288135
commit f0f8d5764a
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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];
}