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

Unified Diff: test/mjsunit/wasm/instantiate-module-basic.js

Issue 2440953002: [wasm] Binary 0xD: update encoding of opcodes, types, and add immediates. (Closed)
Patch Set: Update after moving copysign Created 4 years, 2 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/instantiate-module-basic.js
diff --git a/test/mjsunit/wasm/instantiate-module-basic.js b/test/mjsunit/wasm/instantiate-module-basic.js
index 632186a521d15c2e023f382a8c59658a9026c1fb..a6b1405831c2bc47d19514d7d2b07c1482b78b7e 100644
--- a/test/mjsunit/wasm/instantiate-module-basic.js
+++ b/test/mjsunit/wasm/instantiate-module-basic.js
@@ -124,7 +124,7 @@ assertFalse(WebAssembly.validate(bytes(88, 88, 88, 88, 88, 88, 88, 88)));
kExprGetLocal, 0,
kExprI32LoadMem, 0, 0,
kExprI32Const, 1,
- kExprCallIndirect, signature,
+ kExprCallIndirect, kTableZero, signature,
kExprGetLocal,0,
kExprI32LoadMem,0, 0,
kExprCallFunction, 0,

Powered by Google App Engine
This is Rietveld 408576698