mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed uninitialized variable in nanojit ARM backend (bug 515493, r=gal).
This commit is contained in:
parent
25a80d6547
commit
fbf123ad5b
@ -460,6 +460,7 @@ Assembler::nInit(AvmCore*)
|
||||
|
||||
void Assembler::nBeginAssembly()
|
||||
{
|
||||
max_out_args = 0;
|
||||
}
|
||||
|
||||
NIns*
|
||||
|
Loading…
Reference in New Issue
Block a user