Index: test/cctest/wasm/test-run-wasm.cc |
diff --git a/test/cctest/wasm/test-run-wasm.cc b/test/cctest/wasm/test-run-wasm.cc |
index ff747574263806f3a704266adfc438a95c7b41f2..a87656f408d8ba980810870dd29afa5286fb5f27 100644 |
--- a/test/cctest/wasm/test-run-wasm.cc |
+++ b/test/cctest/wasm/test-run-wasm.cc |
@@ -2920,7 +2920,7 @@ static void CompileCallIndirectMany(LocalType param) { |
ADD_CODE(code, kExprGetLocal, p); |
} |
ADD_CODE(code, kExprI8Const, 0); |
- ADD_CODE(code, kExprCallIndirect, 1); |
+ ADD_CODE(code, kExprCallIndirect, 1, TABLE_ZERO); |
t.Build(&code[0], &code[0] + code.size()); |
t.Compile(); |