aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 9268edd5..22901d05 100644
--- a/src/library.js
+++ b/src/library.js
@@ -4290,7 +4290,8 @@ LibraryManager.library = {
wmemset: function() { throw 'wmemset not implemented' },
- strlen__asm: 'ii',
+ strlen__sig: 'ii',
+ strlen__asm: true,
strlen: function(ptr) {
ptr = ptr|0;
var curr = 0;