Files
org-hyperion-cules/dat.c
Jan Jaeger d82f56a84a Performance enhancements from Juergen Dobrinski
git-svn-id: file:///home/jj/hercules.svn/trunk@292 956126f8-22a0-4046-8f4a-272fa8102e63
2001-09-27 18:13:14 +00:00

27 lines
476 B
C

/* DAT.C */
/* z/Architecture support - (c) Copyright Jan Jaeger, 1999-2001 */
#include "hercules.h"
#if defined(OPTION_NO_INLINE_DAT) || defined(OPTION_NO_INLINE_LOGICAL)
#define _DAT_C
#include "opcode.h"
#include "inline.h"
#if !defined(_GEN_ARCH)
#define _GEN_ARCH 390
#include "dat.c"
#undef _GEN_ARCH
#define _GEN_ARCH 370
#include "dat.c"
#endif /*!defined(_GEN_ARCH)*/
#endif /*!defined(OPTION_NO_INLINE_DAT) || defined(OPTION_NO_INLINE_LOGICAL)*/