зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1197665 - IonMonkey: MIPS32: Fix build failure caused by Bug 1171945. r=h4writer
This commit is contained in:
Родитель
888dac0c00
Коммит
60d6f34e82
|
@ -22,7 +22,7 @@ class LIRGeneratorMIPS : public LIRGeneratorShared
|
|||
protected:
|
||||
// Adds a box input to an instruction, setting operand |n| to the type and
|
||||
// |n+1| to the payload.
|
||||
void useBoxFixed(LInstruction* lir, size_t n, MDefinition* mir, Register reg1, Register reg2
|
||||
void useBoxFixed(LInstruction* lir, size_t n, MDefinition* mir, Register reg1, Register reg2,
|
||||
bool useAtStart = false);
|
||||
|
||||
// x86 has constraints on what registers can be formatted for 1-byte
|
||||
|
|
Загрузка…
Ссылка в новой задаче