aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frontend/duckstation/duckstation_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/duckstation/duckstation_compat.h b/src/frontend/duckstation/duckstation_compat.h
index a661e92..fed3780 100644
--- a/src/frontend/duckstation/duckstation_compat.h
+++ b/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