mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 464052 - windows compilers don't like variables named far r=crowder
This commit is contained in:
parent
9ac488bc6a
commit
fdb2d669b4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user