mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-26 20:11:50 +00:00
Remove erroneous bracket emitted when printing tail call from branch instruction
This commit is contained in:
parent
21fe6f1c3c
commit
63345aed55
1 changed files with 0 additions and 1 deletions
|
|
@ -320,7 +320,6 @@ bool process_instruction(const N64Recomp::Context& context, const N64Recomp::Fun
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
print_line(" return");
|
print_line(" return");
|
||||||
fmt::print(output_file, " }}\n");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue