fix jump crossing init of start_time

This commit is contained in:
gbeauche 2004-07-02 15:38:54 +00:00
parent 585a96c8be
commit ddd6402a16

View File

@ -502,7 +502,8 @@ void powerpc_cpu::execute(uint32 entry)
pdi_compile: pdi_compile:
#if PPC_PROFILE_COMPILE_TIME #if PPC_PROFILE_COMPILE_TIME
compile_count++; compile_count++;
clock_t start_time = clock(); clock_t start_time;
start_time = clock();
#endif #endif
bi = block_cache.new_blockinfo(); bi = block_cache.new_blockinfo();
bi->init(pc()); bi->init(pc());