summaryrefslogtreecommitdiff
path: root/test/example/relooper-merge5.c
diff options
context:
space:
mode:
authorMax Graey <maxgraey@gmail.com>2022-09-12 22:36:56 +0300
committerGitHub <noreply@github.com>2022-09-12 12:36:56 -0700
commitaa36fc4f67cf38f097b4c2b4db53b718880f9c3a (patch)
treead056acbe1e294ae49f8aebc22bac97f2f4da829 /test/example/relooper-merge5.c
parent73b562e24e958e6d5c15aa96ddf4b2e8f31162f8 (diff)
downloadbinaryen-aa36fc4f67cf38f097b4c2b4db53b718880f9c3a.tar.gz
binaryen-aa36fc4f67cf38f097b4c2b4db53b718880f9c3a.tar.bz2
binaryen-aa36fc4f67cf38f097b4c2b4db53b718880f9c3a.zip
[C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for BinaryenSetMemory (#4963)
Diffstat (limited to 'test/example/relooper-merge5.c')
-rw-r--r--test/example/relooper-merge5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/relooper-merge5.c b/test/example/relooper-merge5.c
index d678a630e..79ee6abc8 100644
--- a/test/example/relooper-merge5.c
+++ b/test/example/relooper-merge5.c
@@ -231,7 +231,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)