From 6fc060ded1433be66aacb3a54197a623884394e5 Mon Sep 17 00:00:00 2001 From: nerd73 Date: Tue, 17 Dec 2019 06:46:54 -0700 Subject: [PATCH] Update 808x.c --- src/cpu_new/808x.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cpu_new/808x.c b/src/cpu_new/808x.c index 818174b01..266c48c63 100644 --- a/src/cpu_new/808x.c +++ b/src/cpu_new/808x.c @@ -909,10 +909,10 @@ reset_common(int hard) cr0 = 1 << 30; else cr0 = 0; - if (isibmcpu) - cpu_cache_int_enabled = 1; - else - cpu_cache_int_enabled = 0; + if (isibmcpu) + cpu_cache_int_enabled = 1; + else + cpu_cache_int_enabled = 0; cpu_update_waitstates(); cr4 = 0; cpu_state.eflags = 0;