Bug 1613594 follow-up fix for 32-bit x86 builds. on a CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com//D62418

--HG--
extra : amend_source : 23e8bf020c0015289e49b3102fdcdca8086d35d5
This commit is contained in:
Jan de Mooij 2020-02-11 13:19:02 +02:00
Родитель c8f8193411
Коммит bb7e4f3518
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10770,7 +10770,7 @@ AbortReasonOr<Ok> IonBuilder::jsop_getelem_super() {
MDefinition* receiver = current->pop();
#if defined(JS_CODEGEN_X86)
if (instrumentedProfiling()) {
if (mirGen_.instrumentedProfiling()) {
return abort(AbortReason::Disable,
"profiling functions with GETELEM_SUPER is disabled on x86");
}