aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2011-02-06 11:32:38 -0800
committerAlon Zakai <azakai@mozilla.com>2011-02-06 11:32:38 -0800
commitfd1b1d81d1a1542ec148ed39adc466b7f736a2b5 (patch)
treef7bdf2e37aa03f3f37007da7d4e537cebd827f65 /src/library.js
parentd2ba2dcfc11846ec1f9a36c93055a7500a93f669 (diff)
strengthen SAFE_HEAP checks for copied values
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 4b315a9e..cc8fe45f 100644
--- a/src/library.js
+++ b/src/library.js
@@ -547,7 +547,6 @@ var Library = {
// TODO: optimize for the typed arrays case
// || 0, since memcpy sometimes copies uninitialized areas XXX: Investigate why initializing alloc'ed memory does not fix that too
{{{ makeCopyValue('dest', 'i', 'src', 'i', 'null', ' || 0') }}};
- // XXX Try copying the safe-heap type info, instead of using null
}
},
llvm_memcpy_i32: 'memcpy',