eminline: respect SDL's NOASM build option (nw)

If someone wants to define a non-OSD-specific NOASM option, be my guest :)
This commit is contained in:
R. Belmont 2011-08-24 00:19:20 +00:00
parent b2d6d0eb41
commit 31bc3bfd15

View File

@ -14,7 +14,7 @@
#define __EMINLINE__
/* we come with implementations for GCC x86 and PPC */
#ifdef __GNUC__
#if defined(__GNUC__) && !defined(SDLMAME_NOASM)
#if defined(__i386__) || defined(__x86_64__)
#include "eigccx86.h"