OSDN Git Service

target/i386: Add cpu_eip
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 14:09:33 +0000 (07:09 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Oct 2022 07:36:01 +0000 (09:36 +0200)
commitf771ca6a6127cdbdf4ed119e9d6c63abdad24181
tree3f7ceb4a46a98eb34323d655c7d57f8cd62d5b5e
parent75ec746a07b6db4c214102e644319a334c1ab899
target/i386: Add cpu_eip

Create a tcg global temp for this, and use it instead of explicit stores.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20221001140935.465607-25-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c