Re: [PATCH 03/22] target/i386: remove unnecessary arguments from raise_interrupt

2023-12-28 Thread Richard Henderson
On 12/23/23 05:15, Paolo Bonzini wrote: is_int is always 1, and error_code is always zero. Signed-off-by: Paolo Bonzini --- target/i386/tcg/excp_helper.c | 7 +++ target/i386/tcg/helper-tcg.h | 3 +-- target/i386/tcg/misc_helper.c | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-

[PATCH 03/22] target/i386: remove unnecessary arguments from raise_interrupt

2023-12-22 Thread Paolo Bonzini
is_int is always 1, and error_code is always zero. Signed-off-by: Paolo Bonzini --- target/i386/tcg/excp_helper.c | 7 +++ target/i386/tcg/helper-tcg.h | 3 +-- target/i386/tcg/misc_helper.c | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/target/i386/tcg/excp_helper.c