From: Cherry Mui Date: Wed, 12 May 2021 17:08:16 +0000 (-0400) Subject: cmd/compile/abi-internal.md: fix table format X-Git-Tag: go1.17beta1~166 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f93b951f33add708d9e745e95a29ebe98f3e1255;p=gostls13.git cmd/compile/abi-internal.md: fix table format The table was not rendered correctly because one line missed a column. Change-Id: I1373e4e9fb8b8f2dcd9fd0db339083362cce9b71 Reviewed-on: https://go-review.googlesource.com/c/go/+/319291 Trust: Cherry Mui Reviewed-by: Than McIntosh --- diff --git a/src/cmd/compile/abi-internal.md b/src/cmd/compile/abi-internal.md index f901e707be..1ae3c2538f 100644 --- a/src/cmd/compile/abi-internal.md +++ b/src/cmd/compile/abi-internal.md @@ -402,7 +402,7 @@ without corrupting arguments or results. Special-purpose registers are as follows: | Register | Call meaning | Return meaning | Body meaning | -| --- | --- | --- | +| --- | --- | --- | --- | | RSP | Stack pointer | Same | Same | | RBP | Frame pointer | Same | Same | | RDX | Closure context pointer | Scratch | Scratch |