mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:55:46 -04:00
CPU: Use partial icache fills for non-line-aligned addresses
This commit is contained in:
@ -490,7 +490,6 @@ bool CompileBlock(CodeBlock* block)
|
||||
if (icache_line != last_cache_line)
|
||||
{
|
||||
block->icache_line_count++;
|
||||
block->icache_line_count = GetICacheFillTicks(pc);
|
||||
last_cache_line = icache_line;
|
||||
}
|
||||
block->uncached_fetch_ticks += GetInstructionReadTicks(pc);
|
||||
|
Reference in New Issue
Block a user