mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-01 14:58:22 +00:00
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 _inline __inline__ __attribute__((unused))
|
||||
# ifdef NDEBUG
|
||||
# define __forceinline __attribute__((always_inline,unused))
|
||||
# define __forceinline __attribute__((always_inline,unused)) inline
|
||||
# else
|
||||
# define __forceinline __attribute__((unused))
|
||||
# define __forceinline inline
|
||||
# endif
|
||||
# define __noinline __attribute__((noinline))
|
||||
# define __hot __attribute__((hot))
|
||||
|
Loading…
Reference in New Issue
Block a user