mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 1057082 - Fix static-analysis build sailure on CLOSED TREE. r=tbpl-red
This commit is contained in:
parent
73ec9a8625
commit
3c3096880e
@ -3675,7 +3675,7 @@ class LOsrEntry : public LInstructionHelper<1, 0, 1>
|
||||
public:
|
||||
LIR_HEADER(OsrEntry)
|
||||
|
||||
LOsrEntry(const LDefinition &temp)
|
||||
explicit LOsrEntry(const LDefinition &temp)
|
||||
: frameDepth_(0)
|
||||
{
|
||||
setTemp(0, temp);
|
||||
|
Loading…
Reference in New Issue
Block a user