| Index: test/cctest/wasm/test-run-wasm-64.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm-64.cc b/test/cctest/wasm/test-run-wasm-64.cc
|
| index 02e521fffad951c5c948f767f6667cfb80bc6d05..cda07fc3721796f178e08a1bdc3287e4d3c3533e 100644
|
| --- a/test/cctest/wasm/test-run-wasm-64.cc
|
| +++ b/test/cctest/wasm/test-run-wasm-64.cc
|
| @@ -1570,7 +1570,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, 0, 1);
|
|
|
| t.Build(&code[0], &code[0] + code.size());
|
| t.Compile();
|
|
|