aboutsummaryrefslogtreecommitdiff
path: root/tools/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wasm.h')
-rw-r--r--tools/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wasm.h b/tools/wasm.h
index 0c36c11..476f892 100644
--- a/tools/wasm.h
+++ b/tools/wasm.h
@@ -26,6 +26,7 @@
#define WASM_ELSE 0x05
#define WASM_END 0x0B
#define WASM_BR 0x0C
+#define WASM_BR_IF 0x0D
#define WASM_CALL 0x10
#define WASM_LOCAL_GET 0x20