mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-19 09:30:56 +00:00
fix jump crossing init of start_time
This commit is contained in:
parent
585a96c8be
commit
ddd6402a16
@ -502,7 +502,8 @@ void powerpc_cpu::execute(uint32 entry)
|
||||
pdi_compile:
|
||||
#if PPC_PROFILE_COMPILE_TIME
|
||||
compile_count++;
|
||||
clock_t start_time = clock();
|
||||
clock_t start_time;
|
||||
start_time = clock();
|
||||
#endif
|
||||
bi = block_cache.new_blockinfo();
|
||||
bi->init(pc());
|
||||
|
Loading…
Reference in New Issue
Block a user