This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
DragonOS-Community
/
unwinding
espejo de
https://github.com/DragonOS-Community/unwinding
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
cfg-gate x86_64 module
Gary Guo
hace 3 años
padre
28f545a5c8
commit
61275d40b8
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
src/arch/mod.rs
+ 2
- 1
src/arch/mod.rs
Ver fichero
@@ -1,3 +1,4 @@
+#[cfg(target_arch = "x86_64")]
mod x86_64;
-
+
#[cfg(target_arch = "x86_64")]
pub use x86_64::*;