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