Update ppc750cl crate for improved CR bit & SPR decoding

This commit is contained in:
2022-10-09 23:51:09 -04:00
parent 39f263639a
commit c774a7b902
4 changed files with 4 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ fn find_section_symbol(
Ok(ObjSymbol {
name: name.to_string(),
demangled_name: None,
address,
address: offset,
section_address: address - section.address(),
size: 0,
size_known: false,