diff options
Diffstat (limited to 'src/parseTools.js')
-rw-r--r-- | src/parseTools.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parseTools.js b/src/parseTools.js index 1ef09f49..7b29d35e 100644 --- a/src/parseTools.js +++ b/src/parseTools.js @@ -1011,7 +1011,7 @@ function asmCoercion(value, type) { } } -function makeGetTempDouble(i) { +function makeGetTempDouble(i) { // TODO: Support other than i32 return makeGetValue('tempDoublePtr', Runtime.getNativeTypeSize('i32')*i, 'i32'); } |