Skip to content

Commit d285e8a

Browse files
authored
Merge pull request #72652 from unixzii/patch-1
Fix broken table in `CallConvSummary.rst`
2 parents af11b95 + f8ea920 commit d285e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ABI/CallConvSummary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ Register usage
140140
| ``x8`` | | Indirect result | | | |
141141
| | | location register | | | |
142142
+----------+---------+-------------------------+----------+----------+----------+
143-
| ``x16`` | ``ip0`` | Scratch registers (used | | | |
144-
+----------+---------+ by dyld, can be used | | | |
145-
| ``x17`` | ``ip1`` | freely otherwise) | | | |
143+
| ``x16``, | ``ip0``,| Scratch registers (used | | | |
144+
| ``x17`` | ``ip1`` | by dyld, can be used | | | |
145+
| | | freely otherwise) | | | |
146146
+----------+---------+-------------------------+----------+----------+----------+
147147
| ``x18`` | | RESERVED **DO NOT USE** | | | |
148148
+----------+---------+-------------------------+----------+----------+----------+

0 commit comments

Comments
 (0)