From e9fcf44bdab39e1768e4fbd0cc6164eb4094901e Mon Sep 17 00:00:00 2001 From: Abbas Mashayekh Date: Wed, 7 Apr 2021 00:03:35 +0430 Subject: [RT] Add type to tables and element segments (#3763) --- src/wasm-interpreter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wasm-interpreter.h') diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h index 249ec8fdb..9118eaae1 100644 --- a/src/wasm-interpreter.h +++ b/src/wasm-interpreter.h @@ -2213,7 +2213,8 @@ public: WASM_UNREACHABLE("unimp"); } - virtual void tableStore(Name tableName, Address addr, Literal entry) { + virtual void + tableStore(Name tableName, Address addr, const Literal& entry) { WASM_UNREACHABLE("unimp"); } }; -- cgit v1.2.3