Update 808x.c
This commit is contained in:
@@ -909,10 +909,10 @@ reset_common(int hard)
|
|||||||
cr0 = 1 << 30;
|
cr0 = 1 << 30;
|
||||||
else
|
else
|
||||||
cr0 = 0;
|
cr0 = 0;
|
||||||
if (isibmcpu)
|
if (isibmcpu)
|
||||||
cpu_cache_int_enabled = 1;
|
cpu_cache_int_enabled = 1;
|
||||||
else
|
else
|
||||||
cpu_cache_int_enabled = 0;
|
cpu_cache_int_enabled = 0;
|
||||||
cpu_update_waitstates();
|
cpu_update_waitstates();
|
||||||
cr4 = 0;
|
cr4 = 0;
|
||||||
cpu_state.eflags = 0;
|
cpu_state.eflags = 0;
|
||||||
|
Reference in New Issue
Block a user