[MIPS] Add support for the other ABIs supported by rabbitizer (#259)

* [MIPS] Add support for the other abis supported by rabbitizer

* update test
This commit is contained in:
Anghelo Carvajal
2025-09-10 12:01:08 -03:00
committed by GitHub
parent 97bcfe23d4
commit e6035b00df
3 changed files with 22 additions and 4 deletions

View File

@@ -158,6 +158,10 @@
"value": "o32",
"name": "O32"
},
{
"value": "o64",
"name": "O64"
},
{
"value": "n32",
"name": "N32"
@@ -165,6 +169,14 @@
{
"value": "n64",
"name": "N64"
},
{
"value": "eabi32",
"name": "eabi32"
},
{
"value": "eabi64",
"name": "eabi64"
}
]
},