diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-27 16:58:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-27 16:58:09 -0800 |
commit | 9539d2578c350307ded80f17d4998fd9c53b888d (patch) | |
tree | bab86d8994ed1361198de963535797dafd038a6f /src | |
parent | 78048c3f571a51de7bea51690f5b176b824b62f5 (diff) |
add dso_handle to library, for fastcomp
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index faca945c..33a4debd 100644 --- a/src/library.js +++ b/src/library.js @@ -23,6 +23,7 @@ LibraryManager.library = { stdout: 'allocate(1, "i32*", ALLOC_STATIC)', stderr: 'allocate(1, "i32*", ALLOC_STATIC)', _impure_ptr: 'allocate(1, "i32*", ALLOC_STATIC)', + __dso_handle: 'allocate(1, "i32*", ALLOC_STATIC)', // ========================================================================== // dirent.h |