Re: [PATCH 3/3] target/hppa: Fix overflow computation for shladd

2024-03-26 Thread Helge Deller
On 3/26/24 07:44, Richard Henderson wrote: Overflow indicator should include the effect of the shift step. We had previously left ??? comments about the issue. Signed-off-by: Richard Henderson Tested-by: Helge Deller Helge --- target/hppa/translate.c | 85 ++

[PATCH 3/3] target/hppa: Fix overflow computation for shladd

2024-03-25 Thread Richard Henderson
Overflow indicator should include the effect of the shift step. We had previously left ??? comments about the issue. Signed-off-by: Richard Henderson --- target/hppa/translate.c | 85 - 1 file changed, 66 insertions(+), 19 deletions(-) diff --git a/target