aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/Runtime.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/Runtime.php')
-rw-r--r--src/Execution/Runtime.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Execution/Runtime.php b/src/Execution/Runtime.php
index 98893d0..2f69431 100644
--- a/src/Execution/Runtime.php
+++ b/src/Execution/Runtime.php
@@ -66,7 +66,7 @@ final class Runtime
$moduleInstInit = $allocator->allocPreInitModule($module, $externVals);
- $stack = new Stack([]);
+ $stack = new Stack();
$frameInit = new Frame(0, [], $moduleInstInit, 'preinit');
$stack->pushFrame($frameInit);