Remove unused labels.

This commit is contained in:
Alexei Svitkine 2012-06-21 21:48:32 -04:00
parent 9b896b12bb
commit 70f9c4dab9

View File

@ -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;