]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/cpu/exception.c
x86: Fix up some missing prototypes
[u-boot] / arch / microblaze / cpu / exception.c
index 9218355ae116cc2fca9610e90bff416756fa7ed0..227842f6a483a585a36574fa5857557c00affc61 100644 (file)
@@ -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;