aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index 81eb358a..b875e131 100644
--- a/src/library.js
+++ b/src/library.js
@@ -603,6 +603,7 @@ var Library = {
llvm_memcpy_p0i8_p0i8_i32: 'memcpy',
llvm_memcpy_p0i8_p0i8_i64: 'memcpy',
+ memmove__deps: ['memcpy'],
memmove: function(dest, src, num, idunno) {
// not optimized!
if (num === 0) return; // will confuse malloc if 0