On 6/8/24 01:40, Paolo Bonzini wrote:
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.
Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
target/i386/tcg/decode-new.h | 2 +-
target/i386/tcg/decode-new.c.inc | 4 +-
target/i386/tcg/emit.c.inc | 572 +++++++++++++++----------------
3 files changed, 289 insertions(+), 289 deletions(-)
Yay!
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~