--- uae/src/md-i386-gcc/m68k.h 2018/04/24 17:15:27 1.1.1.5 +++ uae/src/md-i386-gcc/m68k.h 2018/04/24 17:19:19 1.1.1.6 @@ -6,27 +6,6 @@ * Copyright 1996 Bernd Schmidt */ -#if 0 -struct flag_struct { - unsigned int c:1; /* first byte */ - int :5; - unsigned int z:1; - unsigned int n:1; - int :3; /* second, third & fourth byte */ - unsigned int v:1; - int :20; - unsigned int x:1; /* fifth */ - int :31; -}; - -#define ZFLG (regflags.z) -#define NFLG (regflags.n) -#define CFLG (regflags.c) -#define VFLG (regflags.v) -#define XFLG (regflags.x) - -#else - struct flag_struct { unsigned int cznv; unsigned int x; @@ -55,8 +34,6 @@ struct flag_struct { #define COPY_CARRY (regflags.x = regflags.cznv) -#endif - extern struct flag_struct regflags __asm__ ("regflags"); static __inline__ int cctrue(int cc)