mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 02:27:49 +00:00
Default init labels and use initializer list for macro engine
This commit is contained in:
parent
cb42f51dc1
commit
9eb0c2c15e
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ private:
|
|||
std::optional<Macro::Opcode> next_opcode{};
|
||||
ProgramType program{nullptr};
|
||||
|
||||
std::array<Xbyak::Label, MAX_CODE_SIZE> labels;
|
||||
std::array<Xbyak::Label, MAX_CODE_SIZE> labels{};
|
||||
std::array<Xbyak::Label, MAX_CODE_SIZE> delay_skip{};
|
||||
Xbyak::Label end_of_code{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue