mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Fastcall is not 64 bit.
git-svn-id: https://svn.eduke32.com/eduke32@1368 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f568146387
commit
5aeddd2aa1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue