summaryrefslogtreecommitdiff
path: root/src/wasm2asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2asm.h')
-rw-r--r--src/wasm2asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm2asm.h b/src/wasm2asm.h
index c48834085..a8f8b58ff 100644
--- a/src/wasm2asm.h
+++ b/src/wasm2asm.h
@@ -243,6 +243,7 @@ void Wasm2AsmBuilder::addBasics(Ref ast) {
};
addMath(MATH_IMUL, IMUL);
addMath(MATH_FROUND, FROUND);
+ addMath(MATH_ABS, ABS);
}
void Wasm2AsmBuilder::addImport(Ref ast, Import *import) {