]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/abi-internal.md: fix table format
authorCherry Mui <cherryyz@google.com>
Wed, 12 May 2021 17:08:16 +0000 (13:08 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 12 May 2021 17:32:39 +0000 (17:32 +0000)
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>
src/cmd/compile/abi-internal.md

index f901e707be3d6147f29e5355e7a8a55a09371e59..1ae3c2538ff652dd3b55f3d12151a4e2b7a9661a 100644 (file)
@@ -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 |