target/i386: remove CPUX86State argument from generator functions
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 May 2024 14:04:46 +0000 (16:04 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Jun 2024 12:29:22 +0000 (14:29 +0200)
commit4228eb8cc6ba44d35cd52b05508a47e780668051
tree9cb0b7abf0757aab0650f1ef3ecfa13a247c6c03
parentcd7093a7a168a823d07671348996f049d45e8f67
target/i386: remove CPUX86State argument from generator functions

CPUX86State argument would only be used to fetch bytes, but that has to be
done before the generator function is called.  So remove it, and all
temptation together with it.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc
target/i386/tcg/decode-new.h
target/i386/tcg/emit.c.inc