mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 00:01:09 +00:00
target/i386: move cpu_A0 to DisasContext
Backports commit 6b672b5d6b14422c131969c5725f738751e12847 from qemu
This commit is contained in:
parent
30c66bcca3
commit
c1d70758ea
File diff suppressed because it is too large
Load diff
|
@ -822,7 +822,6 @@ struct TCGContext {
|
|||
int x86_64_hregs; // qemu/target-i386/translate.c
|
||||
|
||||
/* qemu/target-i386/translate.c: global TCGv vars */
|
||||
TCGv cpu_A0;
|
||||
TCGv cpu_cc_dst;
|
||||
TCGv cpu_cc_src;
|
||||
TCGv cpu_cc_src2;
|
||||
|
|
Loading…
Reference in a new issue