X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=exception.c;h=c1ccc9584bc0d40e27ed9343e49a7c51fe8fa59d;hb=d018be8726c063c417463ff987fbd487b3cf9cad;hp=39a1654e6cfb6e77b1efbf6168b920670567aefd;hpb=3a17a5742283d2510b6bdcf42dcb76cdb66d3770;p=ppcskel.git diff --git a/exception.c b/exception.c index 39a1654..c1ccc95 100644 --- a/exception.c +++ b/exception.c @@ -26,7 +26,7 @@ void exception_handler(int exception) // check if exception happened due to the decrementer else if (exception == 0x900) { - printf("\nDecrementer exception occured - who cares?\n"); + //printf("\nDecrementer exception occured - who cares?\n"); } else { @@ -56,7 +56,6 @@ void exception_handler(int exception) } irq_restore(cookie); - _CPU_ISR_Enable(); //wtf } void exception_init(void)