fix build for non-dynarec platforms

This commit is contained in:
Dan Horák
2022-11-26 16:58:31 +01:00
parent ab086750ec
commit 8c9dd1d7c8

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