Skip to content

Commit 0207835

Browse files
fix: use correct name for unwind_data trait declaration
1 parent 3373f01 commit 0207835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/executor/wall_time/perf/unwind_data.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ use std::ops::Range;
1111
pub trait UnwindDataExt {
1212
fn new(
1313
path_slice: &[u8],
14-
mapping_start_file_offset: u64,
15-
mapping_start_avma: u64,
16-
mapping_size: u64,
14+
runtime_file_offset: u64,
15+
runtime_start_addr: u64,
16+
runtime_end_addr: u64,
1717
build_id: Option<&[u8]>,
1818
) -> anyhow::Result<Self>
1919
where

0 commit comments

Comments
 (0)