diff options
Diffstat (limited to 'wrmr.h')
| -rw-r--r-- | wrmr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
