Merge pull request #2896 from sharkcz/fix

fix build for non-dynarec platforms
This commit is contained in:
Miran Grča
2022-11-30 01:53:50 +01:00
committed by GitHub

View File

@@ -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 */