From 9986326465d2619893a7d862b799f033d5dea69b Mon Sep 17 00:00:00 2001 From: "Nicolas B. Pierron" Date: Wed, 6 Jul 2016 14:04:23 +0000 Subject: [PATCH] Bug 1282810 - Register instruction information before encoding snapshots. r=h4writer --- js/src/jit/CodeGenerator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/jit/CodeGenerator.cpp b/js/src/jit/CodeGenerator.cpp index 65472eb83417..eae7b344754a 100644 --- a/js/src/jit/CodeGenerator.cpp +++ b/js/src/jit/CodeGenerator.cpp @@ -5155,6 +5155,7 @@ CodeGenerator::generateBody() } #ifdef DEBUG + setElement(*iter); // needed to encode correct snapshot location. emitDebugForceBailing(*iter); #endif