mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-29 13:36:17 +00:00
Implement trap instructions as conditional breaks
This commit is contained in:
parent
989a86b369
commit
a8b247ed03
7 changed files with 92 additions and 46 deletions
|
@ -127,6 +127,7 @@ namespace N64Recomp {
|
|||
void emit_muldiv(InstrId instr_id, int reg1, int reg2) const final;
|
||||
void emit_syscall(uint32_t instr_vram) const final;
|
||||
void emit_do_break(uint32_t instr_vram) const final;
|
||||
void emit_trap(const TrapOp& op, const InstructionContext& ctx, uint32_t instr_vram) const final;
|
||||
void emit_pause_self() const final;
|
||||
void emit_trigger_event(uint32_t event_index) const final;
|
||||
void emit_comment(const std::string& comment) const final;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue