Skip to content

Commit 4a5f62d

Browse files
committed
Fix broken links
Signed-off-by: cui fliter <imcusg@gmail.com>
1 parent 1388644 commit 4a5f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/personality/gcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const UNWIND_DATA_REG: (i32, i32) = (4, 5); // a0, a1
9595
cfg_if::cfg_if! {
9696
if #[cfg(all(target_arch = "arm", not(target_os = "ios"), not(target_os = "tvos"), not(target_os = "watchos"), not(target_os = "netbsd")))] {
9797
// ARM EHABI personality routine.
98-
// https://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf
98+
// https://web.archive.org/web/20190728160938/https://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf
9999
//
100100
// iOS uses the default routine instead since it uses SjLj unwinding.
101101
#[lang = "eh_personality"]

0 commit comments

Comments
 (0)