Re: [PATCH 1/3] Add missing r31 load instruction _ISR_Handler

2014-09-02 Thread Joel Sherrill
Committed. But no build. --joel On 8/31/2014 6:28 PM, Hesham ALMatary wrote: > _ISR_Handler: r31 was not loaded in restore function. This patch > adds this load. > --- > cpukit/score/cpu/or1k/or1k-exception-handler-low.S | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/c

[PATCH 1/3] Add missing r31 load instruction _ISR_Handler

2014-08-31 Thread Hesham ALMatary
_ISR_Handler: r31 was not loaded in restore function. This patch adds this load. --- cpukit/score/cpu/or1k/or1k-exception-handler-low.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/or1k/or1k-exception-handler-low.S b/cpukit/score/cpu/or1k/or1k-exception-h