This commit is contained in:
2024-07-13 07:03:58 -04:00
parent 7b5d0a799b
commit 7facf8eba2

View File

@@ -1,6 +1,6 @@
#![no_std] #![feature(naked_functions)] #![no_std] #![feature(naked_functions)]
#[cfg(all(target_arch = "x86_64", target_os = "windows"))] #[cfg(target_arch = "x86_64")]
mod win64 { mod win64 {
#[used] #[no_mangle] #[used] #[no_mangle]