diff options
| author | Michael Goulet <michael@errs.io> | 2023-06-01 23:07:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 23:07:39 -0700 |
| commit | 71982341b4d36865f6f24fd8f0a5e58ebd359d99 (patch) | |
| tree | a91bba4321ee88651071a166d4496f16493af09b | |
| parent | fc557576a4b0e9ff04715c5585e21f595c9415d3 (diff) | |
| parent | bbfadf067c893c0cbcb86ff9be7e8182220da042 (diff) | |
| download | rust-71982341b4d36865f6f24fd8f0a5e58ebd359d99.tar.gz rust-71982341b4d36865f6f24fd8f0a5e58ebd359d99.zip | |
Rollup merge of #112174 - cuishuang:master, r=jyn514
Fix broken link The previous link is no longer accessible. Use the latest link.
| -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}; |
