Backed out changeset e4d49705cdfe (bug 951573) for suspected Win7 debug xpcshell orange.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2013-12-18 17:05:33 -05:00
parent 42dbb46345
commit 9b7c3b4f42

View File

@ -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));