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