mirror of https://github.com/PCSX2/pcsx2.git
will probably fix compilation errors on linux/gcc...
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4826 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
44a186266a
commit
1515949a98
|
@ -244,9 +244,9 @@ static const int __pagesize = PCSX2_PAGESIZE;
|
||||||
# define __fastcall __attribute__((fastcall))
|
# define __fastcall __attribute__((fastcall))
|
||||||
# define _inline __inline__ __attribute__((unused))
|
# define _inline __inline__ __attribute__((unused))
|
||||||
# ifdef NDEBUG
|
# ifdef NDEBUG
|
||||||
# define __forceinline __attribute__((always_inline,unused))
|
# define __forceinline __attribute__((always_inline,unused)) inline
|
||||||
# else
|
# else
|
||||||
# define __forceinline __attribute__((unused))
|
# define __forceinline inline
|
||||||
# endif
|
# endif
|
||||||
# define __noinline __attribute__((noinline))
|
# define __noinline __attribute__((noinline))
|
||||||
# define __hot __attribute__((hot))
|
# define __hot __attribute__((hot))
|
||||||
|
|
Loading…
Reference in New Issue