From 4e609e5b9e2b61f53521d713b8fa68489bfcfbd2 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Wed, 18 Dec 2013 17:05:33 -0500 Subject: [PATCH] Backed out changeset e4d49705cdfe (bug 951573) for suspected Win7 debug xpcshell orange. CLOSED TREE --- js/src/jit/CodeGenerator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/jit/CodeGenerator.cpp b/js/src/jit/CodeGenerator.cpp index b1e066b7611b..6f6d5e6a3135 100644 --- a/js/src/jit/CodeGenerator.cpp +++ b/js/src/jit/CodeGenerator.cpp @@ -6078,7 +6078,6 @@ CodeGenerator::link(JSContext *cx, types::CompilerConstraintList *constraints) #ifdef DEBUG for (size_t i = 0; i < ionScriptLabels_.length(); i++) { - ionScriptLabels_[i].fixup(&masm); Assembler::patchDataWithValueCheck(CodeLocationLabel(code, ionScriptLabels_[i]), ImmPtr(ionScript), ImmPtr((void*)-1));