We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ffbcb commit 2f602a5Copy full SHA for 2f602a5
unwind/src/find_cfi/baremetal.rs
@@ -18,7 +18,7 @@ pub fn find_cfi_sections() -> Vec<EhRef> {
18
let text_end = &__text_end as *const _ as u64;
19
let cfi_start = &__ehframehdr_start as *const _ as u64;
20
let cfi_end = &__ehframehdr_end as *const _ as u64;
21
- let eh_frame_end = &__ehframe_end as *const _ as u64;
+ let ehframe_end = &__ehframe_end as *const _ as u64;
22
23
cfi.push(EhRef {
24
obj_base: 0,
0 commit comments