removed decrementer exception message
authortheStack <sebastian.falbesoner@gmail.com>
Wed, 16 Sep 2009 20:15:52 +0000 (22:15 +0200)
committertheStack <sebastian.falbesoner@gmail.com>
Wed, 16 Sep 2009 20:15:52 +0000 (22:15 +0200)
because it's getting on my nerves while browsing
the host controller output...

exception.c

index 4362569f21d06032e5762952e525759c98ac0b66..c1ccc9584bc0d40e27ed9343e49a7c51fe8fa59d 100644 (file)
@@ -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 {