mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-30 14:06:16 +00:00
add TRACE_RETURN
This commit is contained in:
parent
6dafc108f3
commit
75a9a58a80
5 changed files with 13 additions and 10 deletions
|
@ -109,7 +109,7 @@ namespace N64Recomp {
|
|||
void emit_case(int case_index, const std::string& target_label) const final;
|
||||
void emit_switch_error(uint32_t instr_vram, uint32_t jtbl_vram) const final;
|
||||
void emit_switch_close() const final;
|
||||
void emit_return() const final;
|
||||
void emit_return(const Context& context) const final;
|
||||
void emit_check_fr(int fpr) const final;
|
||||
void emit_check_nan(int fpr, bool is_double) const final;
|
||||
void emit_cop0_status_read(int reg) const final;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue