mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-10 22:17:51 +00:00
More mips reloc support (#18)
This commit is contained in:
@@ -55,6 +55,7 @@ fn write_reloc(reloc: &ObjReloc, color: Color32, job: &mut LayoutJob) {
|
||||
ObjRelocKind::Absolute
|
||||
| ObjRelocKind::PpcRel24
|
||||
| ObjRelocKind::PpcRel14
|
||||
| ObjRelocKind::Mips32
|
||||
| ObjRelocKind::Mips26 => {
|
||||
write_reloc_name(reloc, color, job);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user