Unbroke SCO Xenix on the 286/386 interpreter, this will do until the prefetch queue is finally implemented.

This commit is contained in:
OBattler
2024-08-29 01:57:22 +02:00
parent d594f33cad
commit fb3b46f648
5 changed files with 97 additions and 30 deletions

View File

@@ -326,6 +326,7 @@ reset_common(int hard)
codegen_reset();
#endif
cpu_flush_pending = 0;
cpu_old_paging = 0;
if (!hard)
flushmmucache();
x86_was_reset = 1;