diff options
Diffstat (limited to 'src/wasm2asm.h')
-rw-r--r-- | src/wasm2asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm2asm.h b/src/wasm2asm.h index 9921c3e3e..8555e49ec 100644 --- a/src/wasm2asm.h +++ b/src/wasm2asm.h @@ -242,6 +242,7 @@ void Wasm2AsmBuilder::addBasics(Ref ast) { ); }; addMath(MATH_IMUL, IMUL); + addMath(MATH_FROUND, FROUND); } void Wasm2AsmBuilder::addImport(Ref ast, Import *import) { |