openocd: remove CamelCase symbols *xPSR*
[fw/openocd] / src / rtos / zephyr.c
index 6276236e2956bea5680af4f702526a4d833c4f51..5f7795337191f982eba51abb16f691946c24c501 100644 (file)
@@ -136,7 +136,7 @@ static const struct stack_register_offset arm_cpu_saved[] = {
        { ARMV7M_R13,  -2, 32 },
        { ARMV7M_R14,  20, 32 },
        { ARMV7M_PC,   24, 32 },
-       { ARMV7M_xPSR, 28, 32 },
+       { ARMV7M_XPSR, 28, 32 },
 };
 
 static struct stack_register_offset arc_cpu_saved[] = {