Skip to content

Commit 8c42685

Browse files
committed
Slight compile fix
1 parent 01ceaef commit 8c42685

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpu/ppc/ppcexceptions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
3131

3232
jmp_buf exc_env; /* Global exception environment. */
3333

34-
#if !defined(PPC_TESTS) && !defined(PPC_BENCHMARKS)
3534
void ppc_exception_handler(Except_Type exception_type, uint32_t srr1_bits) {
3635
#ifdef CPU_PROFILING
3736
exceptions_processed++;

0 commit comments

Comments
 (0)