зеркало из https://github.com/mozilla/gecko-dev.git
Bug 568486 - Synchronize the SH4 backend with Bug 587916 (r=rreitmai) [Cedric Vincent]
--HG-- extra : convert_revision : e5186c20dda9acb39c819e58ffba0153712b6130
This commit is contained in:
Родитель
fead9c68e3
Коммит
c8cffeb5eb
|
@ -2661,7 +2661,7 @@ namespace nanojit
|
|||
findSpecificRegFor(value, reg);
|
||||
}
|
||||
|
||||
void Assembler::asm_spill(Register reg, int offset, bool /* pop */, bool quad) {
|
||||
void Assembler::asm_spill(Register reg, int offset, bool quad) {
|
||||
(void)quad;
|
||||
|
||||
if (offset == 0)
|
||||
|
@ -3161,7 +3161,6 @@ namespace nanojit
|
|||
void Assembler::nRegisterResetAll(RegAlloc& regs) {
|
||||
regs.clear();
|
||||
regs.free = GpRegs | FpRegs;
|
||||
debug_only( regs.managed = regs.free; )
|
||||
}
|
||||
|
||||
// Keep in sync' with Assembler::asm_param().
|
||||
|
|
Загрузка…
Ссылка в новой задаче