mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-20 02:15:24 +00:00
x86: Support inline data for jumptables
This commit is contained in:
@@ -87,6 +87,7 @@ impl Arch for ArchPpc {
|
||||
address: u64,
|
||||
code: &[u8],
|
||||
_section_index: usize,
|
||||
_relocations: &[Relocation],
|
||||
_diff_config: &DiffObjConfig,
|
||||
) -> Result<Vec<ScannedInstruction>> {
|
||||
ensure!(code.len() & 3 == 0, "Code length must be a multiple of 4");
|
||||
|
||||
Reference in New Issue
Block a user