mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Remove unused labels.
This commit is contained in:
parent
9b896b12bb
commit
70f9c4dab9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user