From 91ff86e37bfdbc7394e0321ec20bc468fa361012 Mon Sep 17 00:00:00 2001 From: theStack Date: Wed, 16 Sep 2009 22:15:52 +0200 Subject: [PATCH] removed decrementer exception message because it's getting on my nerves while browsing the host controller output... --- exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.25.1