This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
DragonOS-Community
/
unwinding
kopia lustrzana
https://github.com/DragonOS-Community/unwinding
Obserwuj
4
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
cfg-gate x86_64 module
Gary Guo
3 lat temu
rodzic
28f545a5c8
commit
61275d40b8
1 zmienionych plików
z
2 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
2
1
src/arch/mod.rs
+ 2
- 1
src/arch/mod.rs
Wyświetl plik
@@ -1,3 +1,4 @@
+#[cfg(target_arch = "x86_64")]
mod x86_64;
-
+
#[cfg(target_arch = "x86_64")]
pub use x86_64::*;