target/i386: move cpu_T1 to DisasContext

Backports commit b48597b0eda32d4c7ade2ba3f98f06f62289e3e2 from qemu
This commit is contained in:
Emilio G. Cota 2018-10-04 03:35:07 -04:00 committed by Lioncash
parent 70b327dc82
commit b704b6c205
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
2 changed files with 170 additions and 195 deletions

File diff suppressed because it is too large Load diff

View file

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