Skip to content

Commit b626014

Browse files
philipcbjorn3
andauthored
Update unwind/src/lib.rs
Co-Authored-By: bjorn3 <[email protected]>
1 parent 58e8729 commit b626014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl ObjectRecord {
112112
} = self;
113113

114114
let fde = eh_frame_hdr.table().unwrap()
115-
.fde_for_address(eh_frame, bases, address, |eh_frame, bases, offset| eh_frame.cie_from_offset(bases, offset))?;
115+
.fde_for_address(eh_frame, bases, address, EhFrame::cie_from_offset)?;
116116
let mut result_row = None;
117117
{
118118
let mut table = UnwindTable::new(eh_frame, bases, ctx, &fde)?;

0 commit comments

Comments
 (0)