mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-30 05:56:16 +00:00
add TRACE_RETURN
This commit is contained in:
parent
6dafc108f3
commit
75a9a58a80
5 changed files with 13 additions and 10 deletions
|
@ -1590,7 +1590,7 @@ void N64Recomp::LiveGenerator::emit_switch_close() const {
|
|||
// Nothing to do here, the jump table is built in emit_switch.
|
||||
}
|
||||
|
||||
void N64Recomp::LiveGenerator::emit_return() const {
|
||||
void N64Recomp::LiveGenerator::emit_return(const Context& context) const {
|
||||
sljit_emit_return_void(compiler);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue