mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-19 09:55:28 +00:00
x86: Support inline data for jumptables
This commit is contained in:
@@ -194,6 +194,7 @@ impl Arch for ArchMips {
|
||||
address: u64,
|
||||
code: &[u8],
|
||||
_section_index: usize,
|
||||
_relocations: &[Relocation],
|
||||
diff_config: &DiffObjConfig,
|
||||
) -> Result<Vec<ScannedInstruction>> {
|
||||
let instruction_flags = self.instruction_flags(diff_config);
|
||||
|
||||
Reference in New Issue
Block a user