mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 22:47:59 -05:00
kernel: mark TLS accessors as noinline for non-MSVC LTO
This commit is contained in:
@ -39,8 +39,12 @@
|
||||
#define Crash() exit(1)
|
||||
#endif
|
||||
|
||||
#define LTO_NOINLINE __attribute__((noinline))
|
||||
|
||||
#else // _MSC_VER
|
||||
|
||||
#define LTO_NOINLINE
|
||||
|
||||
// Locale Cross-Compatibility
|
||||
#define locale_t _locale_t
|
||||
|
||||
|
Reference in New Issue
Block a user