tcg: Remove leftover unused variable from TCGContext

This was previously used by the i386 target, however all of the locals
were moved to the DisasContext struct, leaving this unused.
This commit is contained in:
Lioncash 2018-10-06 02:46:26 -04:00
parent a61df86ef5
commit 97a5955a2a
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -825,9 +825,6 @@ struct TCGContext {
TCGv cpu_cc_src;
TCGv cpu_cc_src2;
/* qemu/target-i386/translate.c: local register indexes (only used inside old micro ops) */
TCGv_i64 cpu_tmp1_i64;
/* qemu/tcg/i386/tcg-target.c */
void *tb_ret_addr;
int guest_base_flags;