Re: [PATCH] arm: Fix ARMv7-M exception handler

2020-05-27 Thread Chris Johns
> On 27 May 2020, at 5:43 pm, Sebastian Huber > wrote: > > Store the stack pointer of the exception context to the exception frame. Ok to push. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] arm: Fix ARMv7-M exception handler

2020-05-27 Thread Sebastian Huber
Store the stack pointer of the exception context to the exception frame. Close #3987. --- .../score/cpu/arm/armv7m-exception-default.c | 23 --- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/cpukit/score/cpu/arm/armv7m-exception-default.c b/cpukit/score/cpu/arm/