Update 808x.c

This commit is contained in:
nerd73
2019-12-17 06:45:53 -07:00
committed by GitHub
parent d1a1f031d9
commit fb050149e3

View File

@@ -915,9 +915,9 @@ reset_common(int hard)
cr0 = 1 << 30;
else
cr0 = 0;
if (isibmcpu)
cpu_cache_int_enabled = 1;
else
if (isibmcpu)
cpu_cache_int_enabled = 1;
else
cpu_cache_int_enabled = 0;
cpu_update_waitstates();
cr4 = 0;