зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c8f8193411
Коммит
bb7e4f3518
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче