target/i386: move cpu_A0 to DisasContext

Backports commit 6b672b5d6b14422c131969c5725f738751e12847 from qemu
This commit is contained in:
Emilio G. Cota 2018-10-04 01:16:26 -04:00 committed by Lioncash
parent 30c66bcca3
commit c1d70758ea
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
2 changed files with 232 additions and 268 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;