Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: test/mjsunit/wasm/parallel_compilation.js

Issue 2345593003: [wasm] Master CL for Binary 0xC changes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [wasm] Master CL for Binary 0xC changes. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/wasm/parallel_compilation.js
diff --git a/test/mjsunit/wasm/parallel_compilation.js b/test/mjsunit/wasm/parallel_compilation.js
index 23c5658dcdcbee5ea66e57681cfcc91852dff826..13729990fae585f01bc710d2fe6555b658f50c85 100644
--- a/test/mjsunit/wasm/parallel_compilation.js
+++ b/test/mjsunit/wasm/parallel_compilation.js
@@ -84,7 +84,7 @@ function assertFunction(module, func) {
.addBody([ // --
kExprGetLocal, 0, // --
kExprGetLocal, 1, // --
- kExprCallFunction, kArity2, f[i >>> 1].index]) // --
+ kExprCallFunction, f[i >>> 1].index]) // --
.exportFunc()
}
var module = builder.instantiate();

Powered by Google App Engine
This is Rietveld 408576698