mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 486675 - always using setError to set _err
This commit is contained in:
parent
129dfb1b25
commit
3c4a821492
@ -863,7 +863,7 @@ namespace nanojit
|
||||
nPatchBranch(where,ntarg);
|
||||
}
|
||||
else {
|
||||
_err = UnknownBranch;
|
||||
setError(UnknownBranch);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user