Skip to content

Commit

Permalink
fix llvm_ctlz_i64
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Dec 31, 2012
1 parent d8e2ae8 commit e5e62a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library.js
Expand Up @@ -4854,7 +4854,7 @@ LibraryManager.library = {
var ret = _llvm_ctlz_i32(h);
if (ret == 32) ret += _llvm_ctlz_i32(l);
#if USE_TYPED_ARRAYS == 2
return [ret, 0];
{{{ makeStructuralReturn(['ret', '0']) }}};
#else
return ret;
#endif
Expand Down

0 comments on commit e5e62a1

Please sign in to comment.