Fix exception stack frame for or1k
- We do not need a red zone here, as we do not operate on the current stack, but always use the clear exception stack. Also reserve two extra words for the context to store EPCR and ESR. * or1k/crt0.S: Fix exception stack frame * or1k/exception-asm.S: ditto
This commit is contained in:
committed by
Corinna Vinschen
parent
132030fcf2
commit
a6342974b0
@ -24,7 +24,7 @@
|
||||
*/
|
||||
/* -------------------------------------------------------------------------- */
|
||||
// Warning - this must be the same as specified in crt0.S
|
||||
#define EXCEPTION_STACK_SIZE 128+128
|
||||
#define EXCEPTION_STACK_SIZE 136
|
||||
|
||||
.extern _or1k_exception_handler_table
|
||||
|
||||
|
Reference in New Issue
Block a user