Re: [PATCH v2 14/23] target/i386: Truncate values for lcall_real to i32

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: > > Use i32 not int or tl for eip and cs arguments. > > Signed-off-by: Richard Henderson Reviewed-by: Paolo Bonzini > --- > target/i386/helper.h | 2 +- > target/i386/tcg/seg_helper.c | 6 ++ > target/i386/tcg/translate.c

[PATCH v2 14/23] target/i386: Truncate values for lcall_real to i32

2022-09-06 Thread Richard Henderson
Use i32 not int or tl for eip and cs arguments. Signed-off-by: Richard Henderson --- target/i386/helper.h | 2 +- target/i386/tcg/seg_helper.c | 6 ++ target/i386/tcg/translate.c | 3 ++- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/target/i386/helper.h