On 5/24/24 01:10, Paolo Bonzini wrote:
The is_store argument of gen_ldst_modrm has only ever been passed a constant. Just split the function in two.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/tcg/translate.c | 52 +++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 23 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~