diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-11 18:30:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-11 18:30:05 -0800 |
commit | 8ccf524149bbe222164b79c847628c966d0e9557 (patch) | |
tree | 9ad860b0839176cbcd440c36d2eca9616d412bf5 /src/library.js | |
parent | 654f554f1251e8daaf6f63881ffbf00337cc8664 (diff) |
refactor makeGetTempDouble
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index be57e445..8b5c8474 100644 --- a/src/library.js +++ b/src/library.js @@ -3905,7 +3905,7 @@ LibraryManager.library = { ___setErrNo(ERRNO_CODES.ERANGE); // not quite correct } - {{{ makeStructuralReturn([makeGetTempDouble(0), makeGetTempDouble(1)]) }}}; + {{{ makeStructuralReturn([makeGetTempDouble(0, 'i32'), makeGetTempDouble(1, 'i32')]) }}}; }, #endif strtoll__deps: ['_parseInt64'], |