Skip to content

Commit 9ed0b18

Browse files
authored
link-Update abi.rs (#10342)
1 parent c56ff13 commit 9ed0b18

File tree

1 file changed

+1
-1
lines changed
  • cranelift/codegen/src/isa/x64

1 file changed

+1
-1
lines changed

cranelift/codegen/src/isa/x64/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl ABIMachineSpec for X64ABIMachineSpec {
115115
// the four initial in-arg parameters.
116116
//
117117
// (See:
118-
// https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-160)
118+
// https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170)
119119
next_stack = 32;
120120
}
121121

0 commit comments

Comments
 (0)