diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp index 062f1172..1fb8f856 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp @@ -611,7 +611,6 @@ void powerpc_cpu::execute(uint32 entry) if (bi != NULL) goto pdi_execute; for (;;) { - pdi_compile: #if PPC_PROFILE_COMPILE_TIME compile_count++; clock_t start_time; @@ -621,7 +620,6 @@ void powerpc_cpu::execute(uint32 entry) bi->init(pc()); // Predecode a new block - pdi_decode: block_info::decode_info *di; const instr_info_t *ii; uint32 dpc;