This website works better with JavaScript
Home
Explore
Help
Sign In
DragonOS-Community
/
unwinding
mirror of
https://github.com/DragonOS-Community/unwinding
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
cfg-gate x86_64 module
Gary Guo
3 years ago
parent
28f545a5c8
commit
61275d40b8
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
src/arch/mod.rs
+ 2
- 1
src/arch/mod.rs
View File
@@ -1,3 +1,4 @@
+#[cfg(target_arch = "x86_64")]
mod x86_64;
mod x86_64;
-
+
#[cfg(target_arch = "x86_64")]
pub use x86_64::*;
pub use x86_64::*;