Skip to content

Commit

Permalink
make ewext compileable on old systems
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalbxof committed Nov 30, 2024
1 parent f40b13a commit 6ee0b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ewext/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#[no_mangle]
pub extern "C" fn _Unwind_Resume() {}

use std::{
arch::asm,
cell::{LazyCell, RefCell},
Expand Down

0 comments on commit 6ee0b10

Please sign in to comment.