mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-28 14:23:16 +00:00
fix TRACE_ENTRY emission
This commit is contained in:
parent
17438755a1
commit
7d4ede6369
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ bool N64Recomp::recompile_function(const N64Recomp::Context& context, const N64R
|
|||
|
||||
if (context.trace_mode) {
|
||||
fmt::print(output_file,
|
||||
" TRACE_ENTRY();",
|
||||
" TRACE_ENTRY()\n",
|
||||
func.name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue