add TRACE_RETURN

This commit is contained in:
LittleCube 2025-01-04 21:41:44 -05:00
parent 6dafc108f3
commit 75a9a58a80
5 changed files with 13 additions and 10 deletions

View file

@ -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);
}