diff options
| author | cui fliter <imcusg@gmail.com> | 2023-06-01 19:44:49 +0800 |
|---|---|---|
| committer | cui fliter <imcusg@gmail.com> | 2023-06-02 09:36:01 +0800 |
| commit | bbfadf067c893c0cbcb86ff9be7e8182220da042 (patch) | |
| tree | e50fae31c4fdcd2459dc6bfb476a13013c54eefc /compiler/rustc_target/src | |
| parent | fabf9298633ca64450fa2af535252dc44a3b1080 (diff) | |
| download | rust-bbfadf067c893c0cbcb86ff9be7e8182220da042.tar.gz rust-bbfadf067c893c0cbcb86ff9be7e8182220da042.zip | |
Fix broken link
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'compiler/rustc_target/src')
| -rw-r--r-- | compiler/rustc_target/src/abi/call/x86_64.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/abi/call/x86_64.rs b/compiler/rustc_target/src/abi/call/x86_64.rs index 9427f27d1b7..74ef53915c9 100644 --- a/compiler/rustc_target/src/abi/call/x86_64.rs +++ b/compiler/rustc_target/src/abi/call/x86_64.rs @@ -1,5 +1,5 @@ // The classification code for the x86_64 ABI is taken from the clay language -// https://github.com/jckarter/clay/blob/master/compiler/src/externals.cpp +// https://github.com/jckarter/clay/blob/db0bd2702ab0b6e48965cd85f8859bbd5f60e48e/compiler/externals.cpp use crate::abi::call::{ArgAbi, CastTarget, FnAbi, Reg, RegKind}; use crate::abi::{self, Abi, HasDataLayout, Size, TyAbiInterface, TyAndLayout}; |
