We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e222e6 + a3a5442 commit 9590f6fCopy full SHA for 9590f6f
ch01/a-assembly-dereference/src/main.rs
@@ -20,7 +20,7 @@ fn main() {
20
println!("{}", x);
21
}
22
23
-#[cfg(target_arch = "x86-64")]
+#[cfg(target_arch = "x86_64")]
24
fn dereference(ptr: *const usize) -> usize {
25
let mut res: usize;
26
unsafe {
0 commit comments