Initialize builtins to 0.
This commit is contained in:
parent
669f5b061f
commit
9ae807e56e
|
@ -54,7 +54,7 @@ class PPCFrontend {
|
||||||
private:
|
private:
|
||||||
Processor* processor_;
|
Processor* processor_;
|
||||||
std::unique_ptr<ContextInfo> context_info_;
|
std::unique_ptr<ContextInfo> context_info_;
|
||||||
PPCBuiltins builtins_;
|
PPCBuiltins builtins_ = {0};
|
||||||
TypePool<PPCTranslator, PPCFrontend*> translator_pool_;
|
TypePool<PPCTranslator, PPCFrontend*> translator_pool_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue