зеркало из https://github.com/mozilla/gecko-dev.git
Bug 464052 - windows compilers don't like variables named far r=crowder
This commit is contained in:
Родитель
f75e5e736b
Коммит
17d0e0d4f4
|
@ -1095,11 +1095,11 @@ Assembler::asm_prep_fcall(Reservation*, LInsp)
|
|||
}
|
||||
|
||||
NIns*
|
||||
Assembler::asm_branch(bool branchOnFalse, LInsp cond, NIns* targ, bool far)
|
||||
Assembler::asm_branch(bool branchOnFalse, LInsp cond, NIns* targ, bool /*far*/)
|
||||
{
|
||||
// ignore far -- we figure this out on our own.
|
||||
// XXX noone actually uses the far param in nj anyway... (always false)
|
||||
(void)far;
|
||||
|
||||
|
||||
NIns* at = 0;
|
||||
LOpcode condop = cond->opcode();
|
||||
|
|
Загрузка…
Ссылка в новой задаче