mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +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;
|
int32_t cullcheckcnt = 0;
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#ifdef __GNUC__
|
#if defined (__GNUC__) && defined(__i386__)
|
||||||
#ifndef __fastcall
|
#ifndef __fastcall
|
||||||
#define __fastcall __attribute__((fastcall))
|
#define __fastcall __attribute__((fastcall))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue