mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
fix #1551
This commit is contained in:
@ -12,6 +12,6 @@
|
||||
|
||||
#define Panic(msg) assert(false && msg)
|
||||
|
||||
#define UnreachableCode() __builtin_unreachable
|
||||
#define UnreachableCode() __builtin_unreachable()
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user