mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 03:31:00 +00:00
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:
parent
a61df86ef5
commit
97a5955a2a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue