aboutsummaryrefslogtreecommitdiff
path: root/src/postamble_sharedlib.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-16 11:18:06 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-16 11:18:06 -0800
commit5fe3bcc54b6c7ee04d0b09cc3e44e0cd06b95405 (patch)
tree2cf6d3a26b321328941346235d0c4f7db919ab3b /src/postamble_sharedlib.js
parent58132ad51111bcb024f7a9f2bdce970324c05e00 (diff)
refactor runtime init and exit code
Diffstat (limited to 'src/postamble_sharedlib.js')
-rw-r--r--src/postamble_sharedlib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postamble_sharedlib.js b/src/postamble_sharedlib.js
index c7a03597..fa179253 100644
--- a/src/postamble_sharedlib.js
+++ b/src/postamble_sharedlib.js
@@ -4,7 +4,7 @@
{{GLOBAL_VARS}}
function run(args) {
- __globalConstructor__();
+ initRuntime();
}
Module['run'] = run;