Skip to content

Commit 2f602a5

Browse files
committed
baremetal: fix typo
1 parent 84ffbcb commit 2f602a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/src/find_cfi/baremetal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn find_cfi_sections() -> Vec<EhRef> {
1818
let text_end = &__text_end as *const _ as u64;
1919
let cfi_start = &__ehframehdr_start as *const _ as u64;
2020
let cfi_end = &__ehframehdr_end as *const _ as u64;
21-
let eh_frame_end = &__ehframe_end as *const _ as u64;
21+
let ehframe_end = &__ehframe_end as *const _ as u64;
2222

2323
cfi.push(EhRef {
2424
obj_base: 0,

0 commit comments

Comments
 (0)