mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
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 a new issue