Re: [Qemu-devel] [PATCH] mips/gdbstub: Correct the handling of register #72 on writes

2014-11-14 Thread Leon Alrae
On 03/11/2014 18:47, Maciej W. Rozycki wrote: > Fix an off-by-one error in `mips_cpu_gdb_write_register' for register > #72 that is handled further down in that function rather than here, > matching how `mips_cpu_gdb_read_register' handles it. This register > slot is a fake anyway, there's noth

[Qemu-devel] [PATCH] mips/gdbstub: Correct the handling of register #72 on writes

2014-11-03 Thread Maciej W. Rozycki
Fix an off-by-one error in `mips_cpu_gdb_write_register' for register #72 that is handled further down in that function rather than here, matching how `mips_cpu_gdb_read_register' handles it. This register slot is a fake anyway, there's nothing in hardware that corresponds to it. Signed-off-b