From 63345aed5569c0cc31a9f4bff4cd5e6b51e20719 Mon Sep 17 00:00:00 2001 From: Ethan Lafrenais Date: Fri, 1 Nov 2024 00:53:56 -0400 Subject: [PATCH] Remove erroneous bracket emitted when printing tail call from branch instruction --- src/recompilation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/recompilation.cpp b/src/recompilation.cpp index ca66ae6..3c08943 100644 --- a/src/recompilation.cpp +++ b/src/recompilation.cpp @@ -320,7 +320,6 @@ bool process_instruction(const N64Recomp::Context& context, const N64Recomp::Fun return false; } print_line(" return"); - fmt::print(output_file, " }}\n"); return true; }