target/i386: Remove pc_start
commitddf83b35bde680faecae693c0fa03c18814a7a2e
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 14:09:10 +0000 (1 07:09 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Oct 2022 07:36:01 +0000 (11 09:36 +0200)
tree0ae4823d924e8197a50e0c3d68ceb66eaf9a2db2
parente2e69f6bb907a70ac518230c54e98e7abcb0c911
target/i386: Remove pc_start

The DisasContext member and the disas_insn local variable of
the same name are identical to DisasContextBase.pc_next.

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