mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-08 09:40:18 +01:00
Fix for #1546
This commit is contained in:
parent
9adb534c7f
commit
9b505984f2
|
|
@ -23,7 +23,7 @@
|
|||
#if defined(_MSC_VER)
|
||||
#define force_inline __forceinline
|
||||
#else
|
||||
#define force_inline __attribute__((always_inline))
|
||||
#define force_inline __attribute__((always_inline)) inline
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||
|
|
|
|||
Loading…
Reference in a new issue