Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Nov 25, 2022
1 parent 3111431 commit 43d0913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/duckstation/duckstation_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

#define Panic(msg) assert(false && msg)

#define UnreachableCode() __builtin_unreachable
#define UnreachableCode() __builtin_unreachable()

#endif

0 comments on commit 43d0913

Please sign in to comment.