mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-15 09:05:07 +01:00
uwu wind
This commit is contained in:
parent
38f8ee66e6
commit
b5ee24f896
5 changed files with 171 additions and 28 deletions
|
|
@ -20,8 +20,8 @@ pub unsafe extern "C" fn _UnwindRaiseException(
|
|||
exception_object: *mut uw::_Unwind_Exception,
|
||||
) -> uw::_Unwind_Reason_Code {
|
||||
trace!("someone raised an exception with addr {exception_object:p}");
|
||||
let di = crate::dwarf::dwarf_info(arch::get_rip() as _).unwrap();
|
||||
crate::dwarf::uwutables(di.eh_frame);
|
||||
let _di = crate::dwarf::dwarf_info(arch::get_rip() as _).unwrap();
|
||||
crate::dwarf::uwutables(core::ptr::null());
|
||||
|
||||
stdext::abort();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue