[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

@@ -1,12 +1,12 @@
---
source: objdiff-core/tests/arch_mips.rs
assertion_line: 10
assertion_line: 12
expression: obj
---
Object {
arch: ArchMips {
endianness: Little,
abi: N32,
abi: EABI64,
isa_extension: Some(
R5900EE,
),