|
|
@ -85,8 +85,8 @@ private: |
|
|
std::optional<Macro::Opcode> next_opcode{}; |
|
|
std::optional<Macro::Opcode> next_opcode{}; |
|
|
ProgramType program{nullptr}; |
|
|
ProgramType program{nullptr}; |
|
|
|
|
|
|
|
|
std::array<Xbyak::Label, MAX_CODE_SIZE> labels{}; |
|
|
|
|
|
std::array<Xbyak::Label, MAX_CODE_SIZE> delay_skip{}; |
|
|
|
|
|
|
|
|
std::array<Xbyak::Label, MAX_CODE_SIZE> labels; |
|
|
|
|
|
std::array<Xbyak::Label, MAX_CODE_SIZE> delay_skip; |
|
|
Xbyak::Label end_of_code{}; |
|
|
Xbyak::Label end_of_code{}; |
|
|
|
|
|
|
|
|
bool is_delay_slot{}; |
|
|
bool is_delay_slot{}; |
|
|
|