nios2: exceptions: remove remaining muldiv references
We are not going to handle unimplemented math instruction exceptions at runtime. Remove remaining comments and exports related to this. We don't need to leave a gap in the exception stack frame for it either. Change-Id: I4f1f3980a0e43bbf6f2f7488a9182f7acb06be05 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
e7041e98f8
commit
7511a4f606
2 changed files with 4 additions and 9 deletions
|
@ -137,7 +137,6 @@ void _arch_irq_disable(unsigned int irq);
|
|||
|
||||
struct __esf {
|
||||
uint32_t ra; /* return address r31 */
|
||||
uint32_t r0; /* zero register */
|
||||
uint32_t r1; /* at */
|
||||
uint32_t r2; /* return value */
|
||||
uint32_t r3; /* return value */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue