diff --git a/src/system/kernel/arch/ppc/arch_exceptions.S b/src/system/kernel/arch/ppc/arch_exceptions.S index b20198d257..85e532dd1e 100644 --- a/src/system/kernel/arch/ppc/arch_exceptions.S +++ b/src/system/kernel/arch/ppc/arch_exceptions.S @@ -5,8 +5,7 @@ * Copyright 2003, Travis Geiselbrecht. All rights reserved. * Distributed under the terms of the NewOS License. */ -#define FUNCTION(x) .global x; .type x,@function; x -#define LOCAL_FUNCTION(x) .type x,@function; x +#include /* General exception handling concept: