aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index fc9e34c6..7d831d20 100644
--- a/src/library.js
+++ b/src/library.js
@@ -149,7 +149,7 @@ var Library = {
llvm_umul_with_overflow_i32: function(x, y) {
return {
f0: x*y,
- f1: 0, // We never overflow... for now
+ f1: 0 // We never overflow... for now
};
},