Removed x86_ops_cyrix.h from the Dev branch.

This commit is contained in:
OBattler
2021-04-11 07:36:12 +02:00
parent 9587a254bc
commit 5223f8af3d

View File

@@ -170,9 +170,7 @@ extern void x386_dynarec_log(const char *fmt, ...);
#include "x86_ops_bcd.h"
#include "x86_ops_bit.h"
#include "x86_ops_bitscan.h"
#if defined(DEV_BRANCH) && defined(USE_CYRIX_6X86)
#include "x86_ops_cyrix.h"
#endif
#include "x86_ops_flag.h"
#include "x86_ops_fpu.h"
#include "x86_ops_inc_dec.h"