mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01: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");
|
puts ("Divide by zero exception\n");
|
||||||
break;
|
break;
|
||||||
#ifdef MICROBLAZE_V5
|
#ifdef MICROBLAZE_V5
|
||||||
|
case 0x7:
|
||||||
|
puts("Priviledged or stack protection violation exception\n");
|
||||||
|
break;
|
||||||
case 0x1000:
|
case 0x1000:
|
||||||
puts ("Exception in delay slot\n");
|
puts ("Exception in delay slot\n");
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user