Skip to content

Commit

Permalink
fix(arch): add dummy intrinsics for i686 (x86)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Dec 29, 2024
1 parent 6776cf6 commit 1a51154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub mod ext {
}

#[inline]
#[cfg(target_arch = "aarch64")]
#[cfg(any(target_arch = "aarch64", target_arch = "x86"))]
pub unsafe fn __readfsdword(offset: u32) -> usize {
0usize
}
Expand Down

0 comments on commit 1a51154

Please sign in to comment.