mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #6472 from lioncash/jit-init
JitBase: Ensure JitOptions and JitState instances are consistently initialized
This commit is contained in:
commit
50588034ba
@ -110,8 +110,8 @@ protected:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
// This should probably be removed from public:
|
// This should probably be removed from public:
|
||||||
JitOptions jo;
|
JitOptions jo{};
|
||||||
JitState js;
|
JitState js{};
|
||||||
|
|
||||||
JitBase();
|
JitBase();
|
||||||
~JitBase() override;
|
~JitBase() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user