summaryrefslogtreecommitdiff
path: root/wrmr.h
diff options
context:
space:
mode:
Diffstat (limited to 'wrmr.h')
-rw-r--r--wrmr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrmr.h b/wrmr.h
index 73d65d0..2a86040 100644
--- a/wrmr.h
+++ b/wrmr.h
@@ -80,7 +80,7 @@ typedef uintptr_t uptr;
# define ASSUME(...) (__builtin_assume(__VA_ARGS__))
# endif
#else
-# define ASSUME(...) do if (!(__VA_ARGS__)) UNREACHABLE_MSG("assumption failed: " #__VA_ARGS__); while(0);
+# define ASSUME(...) do if (!(__VA_ARGS__)) UNREACHABLE_MSG("assumption failed: " #__VA_ARGS__); while(0)
#endif
#if __STDC_VERSION__ >= 202311L