More CPU sanitisation.

This commit is contained in:
SarahW 2019-02-08 21:17:56 +00:00
commit 03b5a44aca
14 changed files with 248 additions and 252 deletions

View file

@ -99,11 +99,11 @@ int cpu_waitstates;
int cpu_cache_int_enabled, cpu_cache_ext_enabled;
int is386;
int is486;
int CPUID;
uint64_t tsc = 0;
int is486;
int timing_rr;
int timing_mr, timing_mrl;
int timing_rm, timing_rml;