summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm-config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-config.h.in b/src/wasm-config.h.in
index 23bf41e2..a376b715 100644
--- a/src/wasm-config.h.in
+++ b/src/wasm-config.h.in
@@ -104,7 +104,7 @@
#define WASM_LIKELY(x) (x)
#define WASM_PRINTF_FORMAT(format_arg, first_arg)
-#define WABT_UNREACHABLE __assume(false)
+#define WABT_UNREACHABLE __assume(0)
__inline unsigned long wasm_clz_u32(unsigned long mask) {
unsigned long index;