fix TRACE_ENTRY emission

This commit is contained in:
LittleCube 2024-12-24 22:08:25 -05:00
parent 17438755a1
commit 7d4ede6369

View file

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