mk450: x and y axis basic implementation
[cortex-from-scratch] / ivt.c
diff --git a/ivt.c b/ivt.c
index d62a8dd..a271487 100644 (file)
--- a/ivt.c
+++ b/ivt.c
@@ -124,7 +124,7 @@ void * dummy_isr( struct interrupt_frame * frame ) {
        printf("PC:%p\n",frame->pc);
        printf("PSR:%p\n",frame->psr);
        
-       //for(;;);
+       for(;;);
 }
 
 /* Initialize interrupt vector  */