CPU: Fix Cyrix SMM instructions.

This commit is contained in:
OBattler
2025-03-05 21:52:17 +01:00
parent a9653e5a99
commit 8c2db2892d
5 changed files with 215 additions and 38 deletions

View File

@@ -92,6 +92,7 @@ extern const OpFn dynarec_ops_pentiummmx_0f[1024];
# ifdef USE_CYRIX_6X86
extern const OpFn dynarec_ops_c6x86_0f[1024];
extern const OpFn dynarec_ops_c6x86l_0f[1024];
extern const OpFn dynarec_ops_c6x86mx_0f[1024];
# endif /* USE_CYRIX_6X86 */
@@ -234,6 +235,7 @@ extern const OpFn ops_pentiummmx_0f[1024];
#ifdef USE_CYRIX_6X86
extern const OpFn ops_c6x86_0f[1024];
extern const OpFn ops_c6x86l_0f[1024];
extern const OpFn ops_c6x86mx_0f[1024];
#endif /* USE_CYRIX_6X86 */