X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Frtos%2Fzephyr.c;h=5f7795337191f982eba51abb16f691946c24c501;hb=0c6e0bb82bef9c93506e2f30fc20918691540e65;hp=6276236e2956bea5680af4f702526a4d833c4f51;hpb=de5c32fe2399bc31f69429262e42555a2dbd9095;p=fw%2Fopenocd diff --git a/src/rtos/zephyr.c b/src/rtos/zephyr.c index 6276236e2..5f7795337 100644 --- a/src/rtos/zephyr.c +++ b/src/rtos/zephyr.c @@ -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[] = {