We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc55757 + bbfadf0 commit 7198234Copy full SHA for 7198234
compiler/rustc_target/src/abi/call/x86_64.rs
@@ -1,5 +1,5 @@
1
// The classification code for the x86_64 ABI is taken from the clay language
2
-// https://github.com/jckarter/clay/blob/master/compiler/src/externals.cpp
+// https://github.com/jckarter/clay/blob/db0bd2702ab0b6e48965cd85f8859bbd5f60e48e/compiler/externals.cpp
3
4
use crate::abi::call::{ArgAbi, CastTarget, FnAbi, Reg, RegKind};
5
use crate::abi::{self, Abi, HasDataLayout, Size, TyAbiInterface, TyAndLayout};
0 commit comments