CPU: Fix Cyrix SMM instructions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user