Remove erroneous bracket emitted when printing tail call from branch instruction

This commit is contained in:
Ethan Lafrenais 2024-11-01 00:53:56 -04:00
parent 21fe6f1c3c
commit 63345aed55
No known key found for this signature in database
GPG key ID: 928A0136009E2745

View file

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