Skip to content

Commit bbfadf0

Browse files
committed
Fix broken link
Signed-off-by: cui fliter <[email protected]>
1 parent fabf929 commit bbfadf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/abi/call/x86_64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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
2+
// https://github.com/jckarter/clay/blob/db0bd2702ab0b6e48965cd85f8859bbd5f60e48e/compiler/externals.cpp
33

44
use crate::abi::call::{ArgAbi, CastTarget, FnAbi, Reg, RegKind};
55
use crate::abi::{self, Abi, HasDataLayout, Size, TyAbiInterface, TyAndLayout};

0 commit comments

Comments
 (0)