This is an automated email from Gerrit. "Kovacsics Robert <kovir...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7860
-- gerrit commit b2c139d653b4fbb9f5b37d70312ea20874598bb5 Author: Robert Kovacsics <kovir...@gmail.com> Date: Sat Aug 19 15:36:27 2023 +0100 tcl/arc: Fix ARC v2 registers r22/r23 There was a typo in the register numbering. Signed-off-by: Robert Kovacsics <kovir...@gmail.com> Change-Id: Ie5d306725962c42f1bce976b80968145e6d0a177 diff --git a/tcl/cpu/arc/v2.tcl b/tcl/cpu/arc/v2.tcl index d28b9d9744..b24a67d0bd 100644 --- a/tcl/cpu/arc/v2.tcl +++ b/tcl/cpu/arc/v2.tcl @@ -173,8 +173,8 @@ proc arc_v2_init_regs { } { r19 19 uint32 r20 20 uint32 r21 21 uint32 - r22 23 uint32 - r23 24 uint32 + r22 22 uint32 + r23 23 uint32 r24 24 uint32 r25 25 uint32 gp 26 data_ptr --