Merge remote-tracking branch 'upstream/master' into feature/mtrr

This commit is contained in:
Jasmine Iwanek
2022-08-31 15:20:08 -04:00
20 changed files with 665 additions and 54 deletions

View File

@@ -1383,7 +1383,7 @@ cpu_set(void)
}
if (is386) {
#ifdef USE_DYNAREC
#if defined(USE_DYNAREC) && !defined(USE_GDBSTUB)
if (cpu_use_dynarec)
cpu_exec = exec386_dynarec;
else