mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1057082 - Fix static-analysis build sailure on CLOSED TREE. r=tbpl-red
This commit is contained in:
parent
409524211d
commit
1eb25b5880
@ -3675,7 +3675,7 @@ class LOsrEntry : public LInstructionHelper<1, 0, 1>
|
|||||||
public:
|
public:
|
||||||
LIR_HEADER(OsrEntry)
|
LIR_HEADER(OsrEntry)
|
||||||
|
|
||||||
LOsrEntry(const LDefinition &temp)
|
explicit LOsrEntry(const LDefinition &temp)
|
||||||
: frameDepth_(0)
|
: frameDepth_(0)
|
||||||
{
|
{
|
||||||
setTemp(0, temp);
|
setTemp(0, temp);
|
||||||
|
Loading…
Reference in New Issue
Block a user