From 5223f8af3d5520dff63bc36ed6f353f0202b854f Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 11 Apr 2021 07:36:12 +0200 Subject: [PATCH] Removed x86_ops_cyrix.h from the Dev branch. --- src/cpu/386_ops.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cpu/386_ops.h b/src/cpu/386_ops.h index b12c5476f..a66913a4f 100644 --- a/src/cpu/386_ops.h +++ b/src/cpu/386_ops.h @@ -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"