This commit is contained in:
RSDuck
2022-11-25 23:47:36 +01:00
parent 3111431a3f
commit 43d091361e

View File

@ -12,6 +12,6 @@
#define Panic(msg) assert(false && msg)
#define UnreachableCode() __builtin_unreachable
#define UnreachableCode() __builtin_unreachable()
#endif