Clamp 286/386 prefetch queue size.
This commit is contained in:
parent
1242754343
commit
b3f61c09c0
1 changed files with 2 additions and 0 deletions
|
|
@ -212,6 +212,8 @@ static void prefetch_run(int instr_cycles, int bytes, int modrm, int reads, int
|
|||
}
|
||||
|
||||
prefetch_prefixes = 0;
|
||||
if (prefetch_bytes > 16)
|
||||
prefetch_bytes = 16;
|
||||
}
|
||||
|
||||
static void prefetch_flush()
|
||||
|
|
|
|||
Loading…
Reference in a new issue