mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-20 02:14:55 +00:00
Implement bgezal
/bgezall
(#23)
This commit is contained in:
parent
3ab0edf18a
commit
d7b223fde5
2 changed files with 10 additions and 0 deletions
|
@ -1182,6 +1182,7 @@ int main(int argc, char** argv) {
|
|||
RabbitizerConfig_Cfg.pseudos.pseudoBeqz = false;
|
||||
RabbitizerConfig_Cfg.pseudos.pseudoBnez = false;
|
||||
RabbitizerConfig_Cfg.pseudos.pseudoNot = false;
|
||||
RabbitizerConfig_Cfg.pseudos.pseudoBal = false;
|
||||
|
||||
std::vector<std::string> relocatable_sections_ordered{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue