зеркало из https://github.com/mozilla/pjs.git
Silence winmo compiler gripe about unused var (r+me)
--HG-- extra : convert_revision : f2504bf688652c6730b49dca93da149f419bb165
This commit is contained in:
Родитель
b7660e8695
Коммит
bef3c0f6f3
|
@ -1088,7 +1088,7 @@ Assembler::asm_store32(LIns *value, int dr, LIns *base)
|
|||
}
|
||||
|
||||
void
|
||||
Assembler::asm_restore(LInsp i, Reservation *resv, Register r)
|
||||
Assembler::asm_restore(LInsp i, Reservation *, Register r)
|
||||
{
|
||||
if (i->isop(LIR_alloc)) {
|
||||
asm_add_imm(r, FP, disp(i));
|
||||
|
|
Загрузка…
Ссылка в новой задаче