mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-14 18:51:41 +00:00
microblaze: Report priviledged or stack protection exception
Just list one more exception. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
6ba64f24a4
commit
ef2c1d8583
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ void _hw_exception_handler (void)
|
|||
puts ("Divide by zero exception\n");
|
||||
break;
|
||||
#ifdef MICROBLAZE_V5
|
||||
case 0x7:
|
||||
puts("Priviledged or stack protection violation exception\n");
|
||||
break;
|
||||
case 0x1000:
|
||||
puts ("Exception in delay slot\n");
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue