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

@@ -361,6 +361,7 @@ fn create_watcher(
Some(OsStr::new("cpp")),
Some(OsStr::new("h")),
Some(OsStr::new("hpp")),
Some(OsStr::new("s")),
];
if event.paths.iter().any(|p| watch_extensions.contains(&p.extension())) {
modified.store(true, Ordering::Relaxed);

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,