Clear CR4 mask by default. Fixes issues when switching between CPUs

that implement CR4 and those that don't.
This commit is contained in:
SarahW 2020-11-08 22:11:15 +00:00
commit 7f206c5484

View file

@ -333,6 +333,7 @@ void cpu_set()
timing_misaligned = 0;
cpu_cyrix_alignment = 0;
cpu_CR4_mask = 0;
switch (cpu_s->cpu_type)
{