From 70f9c4dab9b9c9a3f746d4c8702def97f4e6f51d Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Thu, 21 Jun 2012 21:48:32 -0400 Subject: [PATCH] Remove unused labels. --- SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.cpp | 2 -- 1 file changed, 2 deletions(-) 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;