From 5aeddd2aa1c60427516db69c47724878baebc8b8 Mon Sep 17 00:00:00 2001 From: qbix79 Date: Thu, 7 May 2009 18:55:33 +0000 Subject: [PATCH] Fastcall is not 64 bit. git-svn-id: https://svn.eduke32.com/eduke32@1368 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/polymost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/build/src/polymost.c b/polymer/eduke32/build/src/polymost.c index 6d79d99e0..4de4d0870 100644 --- a/polymer/eduke32/build/src/polymost.c +++ b/polymer/eduke32/build/src/polymost.c @@ -4568,7 +4568,7 @@ char cullmodel[MAXSPRITES]; int32_t cullcheckcnt = 0; #ifndef _MSC_VER -#ifdef __GNUC__ +#if defined (__GNUC__) && defined(__i386__) #ifndef __fastcall #define __fastcall __attribute__((fastcall)) #endif