This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
DragonOS-Community
/
unwinding
mirror de
https://github.com/DragonOS-Community/unwinding
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
cfg-gate x86_64 module
Gary Guo
há 3 anos atrás
pai
28f545a5c8
commit
61275d40b8
1 ficheiros alterados
com
2 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
1
src/arch/mod.rs
+ 2
- 1
src/arch/mod.rs
Ver Ficheiro
@@ -1,3 +1,4 @@
+#[cfg(target_arch = "x86_64")]
mod x86_64;
-
+
#[cfg(target_arch = "x86_64")]
pub use x86_64::*;