]> git.gag.com Git - fw/openocd/commit
cortex_m: use the new enum ARMV7M_REGSEL_name
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 21 Oct 2020 14:12:27 +0000 (16:12 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 15 Nov 2020 21:08:14 +0000 (21:08 +0000)
commitd811d2838b9edc230946a308917aedc28c9d111e
tree8e394acc0056e934b9fbd631160cd2c3d34e1f8b
parent4d336e8ffb7507f893640d344326b46f4bd8762d
cortex_m: use the new enum ARMV7M_REGSEL_name

Register xPSR is indexed directly with its value 16 or with the
incorrect enum ARMV7M_xPSR.

Replace them with the new enum ARMV7M_REGSEL_xPSR.

Change-Id: I86600e7f78e39002ce45f66d4792d5067c1f541b
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5873
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/nor/psoc6.c
src/target/cortex_m.c