Clear CR4 mask by default. Fixes issues when switching between CPUs
that implement CR4 and those that don't.
This commit is contained in:
parent
c0bc163eaf
commit
7f206c5484
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ void cpu_set()
|
|||
|
||||
timing_misaligned = 0;
|
||||
cpu_cyrix_alignment = 0;
|
||||
cpu_CR4_mask = 0;
|
||||
|
||||
switch (cpu_s->cpu_type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue