add as conversion back in for i586

This commit is contained in:
auronandace
2026-03-14 14:30:06 +00:00
parent a01313467e
commit 5c646e78a1
+1 -1
View File
@@ -777,7 +777,7 @@ impl DSO {
let dynstrtab = StringTable::new(
&*mmap,
strtab_offset as u64,
strtab_offset as u64 + strtab_size,
strtab_offset as u64 + strtab_size as u64,
);
let get_str = |entry: &Dyn| {