Skip to content

Commit

Permalink
Change vendor back to 'IEX\0'
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Nov 2, 2024
1 parent f11a2c2 commit bc3c5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/itanium.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::{super::intrinsic::intercept, ThrowByPointer};
use core::mem::MaybeUninit;

pub const LITHIUM_EXCEPTION_CLASS: u64 = u64::from_ne_bytes(*b"RUSTLITH");
pub const LITHIUM_EXCEPTION_CLASS: u64 = u64::from_ne_bytes(*b"RUSTIEX\0");

pub(crate) struct ActiveBackend;

Expand Down

0 comments on commit bc3c5dc

Please sign in to comment.