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 e906261..289bb15 100644
--- a/tools/translate_xmacro.h
+++ b/tools/translate_xmacro.h
@@ -4,6 +4,7 @@
TS (WASM_I32_ADD, add, i32_i32, i32)
TS (WASM_I32_SUB, sub, i32_i32, i32)
TS (WASM_I32_DIV_U, div, i32_i32, i32)
+TS (WASM_I32_REM_U, rem, i32_i32, i32)
TS (WASM_I32_MUL, mul, i32_i32, i32)
TS (WASM_I32_EQ, eq, i32_i32, i32)
TS (WASM_I32_LT_S, lt, i32_i32, i32)