Index: test/mjsunit/wasm/gc-frame.js |
diff --git a/test/mjsunit/wasm/gc-frame.js b/test/mjsunit/wasm/gc-frame.js |
index 9c37fe485f86f110637026f2255f02c825bab577..9e9aa989997b32b379f1e72404e63d638f70abad 100644 |
--- a/test/mjsunit/wasm/gc-frame.js |
+++ b/test/mjsunit/wasm/gc-frame.js |
@@ -27,7 +27,8 @@ function makeFFI(func, t) { |
kExprGetLocal, 7, // -- |
kExprGetLocal, 8, // -- |
kExprGetLocal, 9, // -- |
- kExprCallImport, 10, 0, // -- |
+ kExprCallFunction, 0, // -- |
+ kExprDrop, // -- |
kExprGetLocal, 0, // -- |
kExprGetLocal, 1, // -- |
kExprGetLocal, 2, // -- |
@@ -38,7 +39,7 @@ function makeFFI(func, t) { |
kExprGetLocal, 7, // -- |
kExprGetLocal, 8, // -- |
kExprGetLocal, 9, // -- |
- kExprCallImport, 10, 0 // -- |
+ kExprCallFunction, 0, // -- |
]) // -- |
.exportFunc(); |