mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 13:45:42 -04:00
CPU/CodeCache: Always compute uncached fetch ticks
Running code out of uncached ROM is slowwww.
This commit is contained in:
parent
6a7407565a
commit
05eea3cd2b
@ -706,9 +706,9 @@ bool CompileBlock(CodeBlock* block, bool allow_flush)
|
||||
block->icache_line_count++;
|
||||
last_cache_line = icache_line;
|
||||
}
|
||||
block->uncached_fetch_ticks += GetInstructionReadTicks(pc);
|
||||
}
|
||||
|
||||
block->uncached_fetch_ticks += GetInstructionReadTicks(pc);
|
||||
block->contains_loadstore_instructions |= cbi.is_load_instruction;
|
||||
block->contains_loadstore_instructions |= cbi.is_store_instruction;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user