summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp')
-rw-r--r--mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp
index f45ba637fad..860d19dfbb0 100644
--- a/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp
+++ b/mail/thunderbird/patches/patch-mozilla_js_src_jit_MIR.cpp
@@ -1,13 +1,13 @@
-$NetBSD: patch-mozilla_js_src_jit_MIR.cpp,v 1.1 2015/07/09 15:17:34 ryoon Exp $
+$NetBSD: patch-mozilla_js_src_jit_MIR.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $
---- mozilla/js/src/jit/MIR.cpp.orig 2015-06-08 17:49:25.000000000 +0000
+--- mozilla/js/src/jit/MIR.cpp.orig 2016-04-07 21:33:24.000000000 +0000
+++ mozilla/js/src/jit/MIR.cpp
-@@ -71,7 +71,7 @@ MDefinition::PrintOpcodeName(FILE* fp, M
+@@ -75,7 +75,7 @@ MDefinition::PrintOpcodeName(GenericPrin
const char* name = names[op];
size_t len = strlen(name);
for (size_t i = 0; i < len; i++)
-- fprintf(fp, "%c", tolower(name[i]));
-+ fprintf(fp, "%c", tolower(((unsigned char)name[i])));
+- out.printf("%c", tolower(name[i]));
++ out.printf("%c", tolower((unsigned char)name[i]));
}
const Value&