Re: [PATCH 01/25] target/i386: remove CPUX86State argument from generator functions

2024-06-08 Thread Richard Henderson
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 --- target/i386/tcg/decode-new.h | 2 +- target

[PATCH 01/25] target/i386: remove CPUX86State argument from generator functions

2024-06-08 Thread Paolo Bonzini
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 --- target/i386/tcg/decode-new.h | 2 +- target/i386/tcg/decode-new.c.inc | 4 +- targ