diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 18:04:10 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 18:04:10 -0700 |
commit | 0dd006cfc72c023de7557d1c9ee23e779cea5e50 (patch) | |
tree | 85d515ea39b68ed4164b7f0f18c2d33021d2c7df /src/jsifier.js | |
parent | cc324bc9fa6cd9924a84732cceaf79066d1be9c6 (diff) |
fix test_atexit
Diffstat (limited to 'src/jsifier.js')
-rw-r--r-- | src/jsifier.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jsifier.js b/src/jsifier.js index ce089334..50030268 100644 --- a/src/jsifier.js +++ b/src/jsifier.js @@ -1524,6 +1524,8 @@ function JSify(data, functionsOnly, givenFunctions) { }); // write out the singleton big memory initialization value print('/* memory initializer */ ' + makePointer(memoryInitialization, null, 'ALLOC_NONE', 'i8', 'TOTAL_STACK', true)); // we assert on TOTAL_STACK == GLOBAL_BASE + } else { + print('/* memory initializer */'); // test purposes } } |