Index: src/frontend/duckstation/duckstation_compat.h
--- src/frontend/duckstation/duckstation_compat.h.orig
+++ src/frontend/duckstation/duckstation_compat.h
@@ -12,6 +12,6 @@
 
 #define Panic(msg) assert(false && msg)
 
-#define UnreachableCode() __builtin_unreachable
+#define UnreachableCode() __builtin_unreachable()
 
-#endif
\ No newline at end of file
+#endif
