Bug 1282810 - Register instruction information before encoding snapshots. r=h4writer

This commit is contained in:
Nicolas B. Pierron 2016-07-06 14:04:23 +00:00
Родитель 25af35a5de
Коммит 9986326465
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -5155,6 +5155,7 @@ CodeGenerator::generateBody()
}
#ifdef DEBUG
setElement(*iter); // needed to encode correct snapshot location.
emitDebugForceBailing(*iter);
#endif