From aa36fc4f67cf38f097b4c2b4db53b718880f9c3a Mon Sep 17 00:00:00 2001 From: Max Graey Date: Mon, 12 Sep 2022 22:36:56 +0300 Subject: [C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for BinaryenSetMemory (#4963) --- test/example/relooper-fuzz2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/example/relooper-fuzz2.c') diff --git a/test/example/relooper-fuzz2.c b/test/example/relooper-fuzz2.c index c179606a0..8d129b77b 100644 --- a/test/example/relooper-fuzz2.c +++ b/test/example/relooper-fuzz2.c @@ -690,7 +690,7 @@ int main() { BinaryenTypeNone()); // memory - BinaryenSetMemory(module, 1, 1, "mem", NULL, NULL, NULL, NULL, 0, 0, "0"); + BinaryenSetMemory(module, 1, 1, "mem", NULL, NULL, NULL, NULL, 0, 0, 0, "0"); // optionally, optimize if (0) -- cgit v1.2.3