mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Fix for #1546
This commit is contained in:
parent
9adb534c7f
commit
9b505984f2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define force_inline __forceinline
|
#define force_inline __forceinline
|
||||||
#else
|
#else
|
||||||
#define force_inline __attribute__((always_inline))
|
#define force_inline __attribute__((always_inline)) inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue