one more unnecessary comment gone

This commit is contained in:
mwojcik 2021-10-01 15:37:00 +02:00
parent 38088cea87
commit b9da4c27fe
1 changed files with 0 additions and 3 deletions

View File

@ -626,9 +626,6 @@ extern fn dl_unwind_find_exidx(_pc: *const u32, len_ptr: *mut u32) -> *const u32
let length;
let start: *const u32;
unsafe {
// lifted off runtime kernel/core1.rs
// and removed kernel image from there
// hope it works!
length = (&__exidx_end as *const u32).offset_from(&__exidx_start) as u32;
start = &__exidx_start;
*len_ptr = length;