Re: [PATCH 7/7] target/hppa: fix do_stdby_e()

2024-03-18 Thread Richard Henderson
On 3/17/24 12:14, Sven Schnelle wrote: stdby,e,m was writing data from the wrong half of the register into memory for cases 0-3. Signed-off-by: Sven Schnelle --- target/hppa/op_helper.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Fixes: 25460fc5a71 ("target/hppa:

[PATCH 7/7] target/hppa: fix do_stdby_e()

2024-03-17 Thread Sven Schnelle
stdby,e,m was writing data from the wrong half of the register into memory for cases 0-3. Signed-off-by: Sven Schnelle --- target/hppa/op_helper.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/hppa/op_helper.c b/target/hppa/op_helper.c index