mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-20 11:29:01 +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)
|
if (bi != NULL)
|
||||||
goto pdi_execute;
|
goto pdi_execute;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
pdi_compile:
|
|
||||||
#if PPC_PROFILE_COMPILE_TIME
|
#if PPC_PROFILE_COMPILE_TIME
|
||||||
compile_count++;
|
compile_count++;
|
||||||
clock_t start_time;
|
clock_t start_time;
|
||||||
@ -621,7 +620,6 @@ void powerpc_cpu::execute(uint32 entry)
|
|||||||
bi->init(pc());
|
bi->init(pc());
|
||||||
|
|
||||||
// Predecode a new block
|
// Predecode a new block
|
||||||
pdi_decode:
|
|
||||||
block_info::decode_info *di;
|
block_info::decode_info *di;
|
||||||
const instr_info_t *ii;
|
const instr_info_t *ii;
|
||||||
uint32 dpc;
|
uint32 dpc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user