diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-26 14:45:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-03 14:41:29 -0700 |
commit | d0249dba76d07138e17ff1cf72d8b91b5a0c8da6 (patch) | |
tree | faff536ec2fa53e58285e3cd96a1eda6a8a9cfc1 /tools | |
parent | 3b07ce3ad9e9975b8c09b98d53c3df53363a9134 (diff) |
emit side module memory initializer in the right place; test_dlfcn_basic works in asm
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 09526490..786d8d71 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -1429,7 +1429,7 @@ JCache = cache.JCache(Cache) chunkify = cache.chunkify class JS: - memory_initializer_pattern = '/\* memory initializer \*/ allocate\(([\d,\.concat\(\)\[\]\\n ]+)"i8", ALLOC_NONE, ([\dRuntime\.GLOBAL_BASE+]+)\)' + memory_initializer_pattern = '/\* memory initializer \*/ allocate\(([\d,\.concat\(\)\[\]\\n ]+)"i8", ALLOC_NONE, ([\dRuntime\.GLOBAL_BASEH+]+)\)' no_memory_initializer_pattern = '/\* no memory initializer \*/' memory_staticbump_pattern = 'STATICTOP = STATIC_BASE \+ (\d+);' |