зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1483593 - [MIPS] Fix build failure after Bug 1481998. r=mgaudet
--HG-- extra : amend_source : 81cb93153eeef43c051582a5d777e2efbd83efa5
This commit is contained in:
Родитель
1b22ea64c9
Коммит
5296c85fd5
|
@ -667,7 +667,6 @@ bool
|
|||
JitRuntime::generateVMWrapper(JSContext* cx, MacroAssembler& masm, const VMFunction& f)
|
||||
{
|
||||
MOZ_ASSERT(functionWrappers_);
|
||||
MOZ_ASSERT(functionWrappers_->initialized());
|
||||
|
||||
uint32_t wrapperOffset = startTrampolineCode(masm);
|
||||
|
||||
|
|
|
@ -646,7 +646,6 @@ bool
|
|||
JitRuntime::generateVMWrapper(JSContext* cx, MacroAssembler& masm, const VMFunction& f)
|
||||
{
|
||||
MOZ_ASSERT(functionWrappers_);
|
||||
MOZ_ASSERT(functionWrappers_->initialized());
|
||||
|
||||
uint32_t wrapperOffset = startTrampolineCode(masm);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче