We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c03849 commit a7e5141Copy full SHA for a7e5141
1 file changed
winch/codegen/src/isa/x64/regs.rs
@@ -59,9 +59,7 @@ pub(crate) fn r13() -> Reg {
59
}
60
/// Used as a pinned register to hold
61
/// the `VMContext`.
62
-/// Non-allocatable in Winch's default
63
-/// ABI, and callee-saved in SystemV and
64
-/// Fastcall.
+/// Non-allocatable in Winch's default ABI.
65
pub(crate) fn r14() -> Reg {
66
gpr(ENC_R14)
67
0 commit comments