target/armv4_5: use c99 array designator to init arm_core_regs[]
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 24 Jun 2019 21:44:00 +0000 (23:44 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 19 Dec 2019 20:42:41 +0000 (20:42 +0000)
commite8d4074cf859328990f14a6c57a669f741cb83a2
tree0f1e43efe6205fc8a139ae479c21bcb60a2a8eea
parent49d71d06d19e1b5006c8be5b35319658654dfe21
target/armv4_5: use c99 array designator to init arm_core_regs[]

During code analysis and development, counting again and again the
lines to find the index of the register is a boring error-prone
brain-damaging activity.
Use the c99 syntax and add once forever the array designators to
specify the index values.
The code behavior is not changed.

Change-Id: I2c70f70794475679efb91a8dfadc00f50715bd3f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5256
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/armv4_5.c