Fixed dynarec_ops_3DNOW.

This commit is contained in:
OBattler
2020-03-24 02:42:52 +01:00
parent 98dd03f69d
commit 63b4cfc4ce

View File

@@ -144,9 +144,7 @@ extern const OpFn dynarec_ops_fpu_686_df_a32[256];
extern const OpFn dynarec_ops_REPE[1024];
extern const OpFn dynarec_ops_REPNE[1024];
#ifdef USE_NEW_DYNAREC
extern const OpFn dynarec_ops_3DNOW[256];
#endif
#else
void x86_setopcodes(const OpFn *opcodes, const OpFn *opcodes_0f);
#endif