diff options
Diffstat (limited to 'src/video_core/macro')
| -rw-r--r-- | src/video_core/macro/macro_jit_x64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.h b/src/video_core/macro/macro_jit_x64.h index 6152cb501..21ee157cf 100644 --- a/src/video_core/macro/macro_jit_x64.h +++ b/src/video_core/macro/macro_jit_x64.h | |||
| @@ -85,7 +85,7 @@ private: | |||
| 85 | std::optional<Macro::Opcode> next_opcode{}; | 85 | std::optional<Macro::Opcode> next_opcode{}; |
| 86 | ProgramType program{nullptr}; | 86 | ProgramType program{nullptr}; |
| 87 | 87 | ||
| 88 | std::array<Xbyak::Label, MAX_CODE_SIZE> labels; | 88 | std::array<Xbyak::Label, MAX_CODE_SIZE> labels{}; |
| 89 | std::array<Xbyak::Label, MAX_CODE_SIZE> delay_skip{}; | 89 | std::array<Xbyak::Label, MAX_CODE_SIZE> delay_skip{}; |
| 90 | Xbyak::Label end_of_code{}; | 90 | Xbyak::Label end_of_code{}; |
| 91 | 91 | ||