Re: [PATCH v6 22/25] target/riscv: Don't modify SUM with is_debug

2023-04-10 Thread Alistair Francis
On Sat, Mar 25, 2023 at 9:55 PM Richard Henderson wrote: > > If we want to give the debugger a greater view of memory than > the cpu, we should simply disable the access check entirely, > not simply for this one corner case. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Al

[PATCH v6 22/25] target/riscv: Don't modify SUM with is_debug

2023-03-25 Thread Richard Henderson
If we want to give the debugger a greater view of memory than the cpu, we should simply disable the access check entirely, not simply for this one corner case. Signed-off-by: Richard Henderson --- target/riscv/cpu_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targe