Re: [PATCH v3 06/12] linux-user/hppa: Dump IIR on register dump

2022-09-25 Thread Laurent Vivier
Le 18/09/2022 à 21:45, Helge Deller a écrit : Include the IIR register (which holds the opcode of the failing instruction) when dumping the hppa registers. Signed-off-by: Helge Deller --- target/hppa/helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Laurent

Re: [PATCH v3 06/12] linux-user/hppa: Dump IIR on register dump

2022-09-18 Thread Philippe Mathieu-Daudé via
On 18/9/22 21:45, Helge Deller wrote: Include the IIR register (which holds the opcode of the failing instruction) when dumping the hppa registers. Signed-off-by: Helge Deller --- target/hppa/helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu

[PATCH v3 06/12] linux-user/hppa: Dump IIR on register dump

2022-09-18 Thread Helge Deller
Include the IIR register (which holds the opcode of the failing instruction) when dumping the hppa registers. Signed-off-by: Helge Deller --- target/hppa/helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/hppa/helper.c b/target/hppa/helper.c index e2758d8df