Skip to content

Commit a7e5141

Browse files
authored
winch(docs): Small update to outdated docs (#11948)
Winch no longer has a notion of {callee/caller}-saved registers.
1 parent 8c03849 commit a7e5141

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

winch/codegen/src/isa/x64/regs.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ pub(crate) fn r13() -> Reg {
5959
}
6060
/// Used as a pinned register to hold
6161
/// the `VMContext`.
62-
/// Non-allocatable in Winch's default
63-
/// ABI, and callee-saved in SystemV and
64-
/// Fastcall.
62+
/// Non-allocatable in Winch's default ABI.
6563
pub(crate) fn r14() -> Reg {
6664
gpr(ENC_R14)
6765
}

0 commit comments

Comments
 (0)