Implement bgezal/bgezall (#23)

This commit is contained in:
Anghelo Carvajal 2024-05-12 22:07:46 -04:00 committed by GitHub
parent 3ab0edf18a
commit d7b223fde5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

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