Fastcall is not 64 bit.

git-svn-id: https://svn.eduke32.com/eduke32@1368 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
qbix79 2009-05-07 18:55:33 +00:00
parent f568146387
commit 5aeddd2aa1

View file

@ -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