Skip to content

Commit 7198234

Browse files
Rollup merge of #112174 - cuishuang:master, r=jyn514
Fix broken link The previous link is no longer accessible. Use the latest link.
2 parents fc55757 + bbfadf0 commit 7198234

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)