X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=exception.c;h=c1ccc9584bc0d40e27ed9343e49a7c51fe8fa59d;hb=428b93c4f10532ef7f4ce17f6d641e9e86dbc331;hp=4362569f21d06032e5762952e525759c98ac0b66;hpb=ca06f937be380b944745e795ea57bbd3a5563f55;p=ppcskel.git diff --git a/exception.c b/exception.c index 4362569..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 {