Merge pull request #2896 from sharkcz/fix
fix build for non-dynarec platforms
This commit is contained in:
@@ -1170,7 +1170,9 @@ cpu_set(void)
|
||||
|
||||
if ((cpu_s->cpu_type == CPU_K6_2P) || (cpu_s->cpu_type == CPU_K6_3P)) {
|
||||
x86_opcodes_3DNOW = ops_3DNOWE;
|
||||
#ifdef USE_DYNAREC
|
||||
x86_dynarec_opcodes_3DNOW = dynarec_ops_3DNOWE;
|
||||
#endif
|
||||
}
|
||||
|
||||
timing_rr = 1; /* register dest - register src */
|
||||
|
Reference in New Issue
Block a user