[Chore]: fix compilation in gcc

This commit is contained in:
2025-11-25 14:22:28 +08:00
parent e79d2fd059
commit 45ae87c017
+1
View File
@@ -48,6 +48,7 @@
#elif __clang__
#define TRAP __builtin_debugtrap()
#else
#include <signal.h>
#define TRAP raise(SIGTRAP)
#endif