aboutsummaryrefslogtreecommitdiff
path: root/tools/translate_xmacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/translate_xmacro.h')
-rw-r--r--tools/translate_xmacro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/translate_xmacro.h b/tools/translate_xmacro.h
index b271e75..f68f317 100644
--- a/tools/translate_xmacro.h
+++ b/tools/translate_xmacro.h
@@ -20,6 +20,7 @@ TLS(WASM_I32_STORE16, storew_p, i32_i32, empty)
* another way and only check for the i32 condition value here.
*/
TC (WASM_IF, if, i32, custom)
+TC (WASM_BR, br, custom, custom)
TC (WASM_CALL, call, custom, custom)
TC (WASM_LOCAL_GET, local_get, empty, custom)
TC (WASM_I32_CONST, const, empty, i32)