diff options
Diffstat (limited to 'test/example/relooper-merge1.c')
-rw-r--r-- | test/example/relooper-merge1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/relooper-merge1.c b/test/example/relooper-merge1.c index f7939adc6..4086de438 100644 --- a/test/example/relooper-merge1.c +++ b/test/example/relooper-merge1.c @@ -232,7 +232,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) |