mirror of
https://github.com/encounter/objdiff.git
synced 2025-10-05 09:29:51 +00:00
Use dim color for address column in asm view
This commit is contained in:
parent
a06d3455ae
commit
c698750068
@ -181,7 +181,7 @@ pub fn display_row(
|
||||
}
|
||||
cb(DiffTextSegment {
|
||||
text: DiffText::Address(ins_ref.address.saturating_sub(resolved.symbol.address)),
|
||||
color: base_color,
|
||||
color: DiffTextColor::Dim,
|
||||
pad_to: 5,
|
||||
})?;
|
||||
if let Some(branch) = &ins_row.branch_from {
|
||||
|
Loading…
x
Reference in New Issue
Block a user