Some MMX optimizations.

This commit is contained in:
OBattler
2023-07-16 03:43:54 +02:00
parent e47e1b62c8
commit 1d59351c03
5 changed files with 11 additions and 6 deletions

View File

@@ -1646,6 +1646,7 @@ cpu_set(void)
cpu_exec = exec386;
else
cpu_exec = execx86;
mmx_init();
gdbstub_cpu_init();
}