mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 23:15:32 +00:00
target/i386: move cpu_T1 to DisasContext
Backports commit b48597b0eda32d4c7ade2ba3f98f06f62289e3e2 from qemu
This commit is contained in:
parent
70b327dc82
commit
b704b6c205
File diff suppressed because it is too large
Load diff
|
@ -826,9 +826,6 @@ struct TCGContext {
|
|||
TCGv cpu_cc_src;
|
||||
TCGv cpu_cc_src2;
|
||||
|
||||
/* qemu/target-i386/translate.c: local temps */
|
||||
TCGv cpu_T1;
|
||||
|
||||
/* qemu/target-i386/translate.c: local register indexes (only used inside old micro ops) */
|
||||
TCGv cpu_tmp0, cpu_tmp4;
|
||||
TCGv_ptr cpu_ptr0, cpu_ptr1;
|
||||
|
|
Loading…
Reference in a new issue