aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-05-12 13:08:16 -0400
committerCherry Mui <cherryyz@google.com>2021-05-12 17:32:39 +0000
commitf93b951f33add708d9e745e95a29ebe98f3e1255 (patch)
treedcc3c37b9b645cedce0fa607637d54220b1cae41 /src/cmd
parent3b321a9d122f0dbf8b333cc79bbf61218e3d05ba (diff)
downloadgo-f93b951f33add708d9e745e95a29ebe98f3e1255.tar.gz
go-f93b951f33add708d9e745e95a29ebe98f3e1255.zip
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 <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/compile/abi-internal.md2
1 files changed, 1 insertions, 1 deletions
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 |