This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
DragonOS-Community
/
unwinding
mirror of
https://github.com/DragonOS-Community/unwinding
Xem
4
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
cfg-gate x86_64 module
Gary Guo
3 năm trước cách đây
mục cha
28f545a5c8
commit
61275d40b8
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
2
1
src/arch/mod.rs
+ 2
- 1
src/arch/mod.rs
Xem Tập Tin
@@ -1,3 +1,4 @@
+#[cfg(target_arch = "x86_64")]
mod x86_64;
-
+
#[cfg(target_arch = "x86_64")]
pub use x86_64::*;