From: theStack Date: Wed, 16 Sep 2009 20:15:52 +0000 (+0200) Subject: removed decrementer exception message X-Git-Tag: firstresponse~28 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=commitdiff_plain;h=91ff86e37bfdbc7394e0321ec20bc468fa361012 removed decrementer exception message because it's getting on my nerves while browsing the host controller output... --- 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 {