mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08: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
@ -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…
Reference in New Issue
Block a user