From 8c42685e26df8aad2518b5ea320001c54a1dc9d7 Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:17:48 -0700 Subject: [PATCH] Slight compile fix --- cpu/ppc/ppcexceptions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/ppc/ppcexceptions.cpp b/cpu/ppc/ppcexceptions.cpp index 0b2655f..fe12e01 100644 --- a/cpu/ppc/ppcexceptions.cpp +++ b/cpu/ppc/ppcexceptions.cpp @@ -31,7 +31,6 @@ along with this program. If not, see . jmp_buf exc_env; /* Global exception environment. */ -#if !defined(PPC_TESTS) && !defined(PPC_BENCHMARKS) void ppc_exception_handler(Except_Type exception_type, uint32_t srr1_bits) { #ifdef CPU_PROFILING exceptions_processed++;