aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/preamble.js')
-rw-r--r--src/preamble.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preamble.js b/src/preamble.js
index c930bb77..0416a25d 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -152,7 +152,6 @@ function __initializeRuntime__() {
IHEAP = HEAP; // We use that name in our runtime code that processes strings etc., see library.js
#endif
- STACK_STACK = [];
STACK_ROOT = STACKTOP = alignMemoryPage(10);
if (!this['TOTAL_STACK']) TOTAL_STACK = 1024*1024; // Reserved room for stack
STACK_MAX = STACK_ROOT + TOTAL_STACK;