From ecfd2cab7b5478f7007143801c257a85420d2883 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Mon, 28 Aug 2023 11:57:07 +0000 Subject: [PATCH] cmd/compile: replace floating-pointer with floating-point Change-Id: I2b1cf35966fec255c6e0ed587f02d035783ab2ad GitHub-Last-Rev: 3466a67c02613a233f14dbc39a17b9394047efb6 GitHub-Pull-Request: golang/go#62320 Reviewed-on: https://go-review.googlesource.com/c/go/+/523377 Reviewed-by: Robert Griesemer Reviewed-by: Matthew Dempsky Run-TryBot: Matthew Dempsky TryBot-Result: Gopher Robot Auto-Submit: Matthew Dempsky --- src/cmd/compile/abi-internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/compile/abi-internal.md b/src/cmd/compile/abi-internal.md index 14464ed904c..43dc39689b6 100644 --- a/src/cmd/compile/abi-internal.md +++ b/src/cmd/compile/abi-internal.md @@ -136,7 +136,7 @@ assigned to registers or the stack using the following algorithm: 1. Let NI and NFP be the length of integer and floating-point register sequences defined by the architecture. Let I and FP be 0; these are the indexes of the next integer and - floating-pointer register. + floating-point register. Let S, the type sequence defining the stack frame, be empty. 1. If F is a method, assign F’s receiver. 1. For each argument A of F, assign A.