aboutsummaryrefslogtreecommitdiff
path: root/tools/wasm.h
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-10-06 11:11:24 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-10-06 11:11:24 +0200
commit1741bee182f115d899bd31642b32f70b0c7ed32f (patch)
tree792a261f01c25af2cba795bc78d25b8c5068efa0 /tools/wasm.h
parent7ddb4265d30ef30df6e7098c979334109378357c (diff)
downloadAGH-engineering-thesis-1741bee182f115d899bd31642b32f70b0c7ed32f.tar.gz
AGH-engineering-thesis-1741bee182f115d899bd31642b32f70b0c7ed32f.zip
add translation of br_if instruction
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