summaryrefslogtreecommitdiff
path: root/src/asm_v_wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm_v_wasm.h')
-rw-r--r--src/asm_v_wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asm_v_wasm.h b/src/asm_v_wasm.h
index 29344e9bb..6a279a2a7 100644
--- a/src/asm_v_wasm.h
+++ b/src/asm_v_wasm.h
@@ -82,7 +82,7 @@ std::string getSig(CallBase *call) {
return ret;
}
-std::string getSig(WasmType result, ExpressionList& operands) {
+std::string getSig(WasmType result, const ExpressionList& operands) {
std::string ret;
ret += getSig(result);
for (auto operand : operands) {