We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56ff13 commit 9ed0b18Copy full SHA for 9ed0b18
cranelift/codegen/src/isa/x64/abi.rs
@@ -115,7 +115,7 @@ impl ABIMachineSpec for X64ABIMachineSpec {
115
// the four initial in-arg parameters.
116
//
117
// (See:
118
- // https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-160)
+ // https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170)
119
next_stack = 32;
120
}
121
0 commit comments