X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=exception.c;h=f42b78be2da341bf1f7eeef5aa477967bc82394b;hp=4362569f21d06032e5762952e525759c98ac0b66;hb=HEAD;hpb=ca06f937be380b944745e795ea57bbd3a5563f55 diff --git a/exception.c b/exception.c index 4362569..f42b78b 100644 --- a/exception.c +++ b/exception.c @@ -3,6 +3,8 @@ Requires mini. Copyright (C) 2008 Segher Boessenkool +Copyright (C) 2009 Bernhard Urban +Copyright (C) 2009 Sebastian Falbesoner # This code is licensed to you under the terms of the GNU GPL, version 2; # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt @@ -26,7 +28,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 {