Skip to content

Commit 54bdbee

Browse files
authored
Update arm64ec-windows-abi-conventions.md
engineer review
1 parent 6578f7f commit 54bdbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/arm64ec-windows-abi-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Special helper routines like `__chkstk_arm64ec` use custom calling conventions a
5050
| `x15` | `mm7` (low 64 bits of x87 `R7` register) | volatile | volatile | volatile |
5151
| `x16` | High 16 bits of each of the x87 `R0`-`R3` registers | volatile(`xip0`) | volatile(`xip0`) | volatile |
5252
| `x17` | High 16 bits of each of the x87 `R4`-`R7` registers | volatile(`xip1`) | volatile(`xip1`) | volatile |
53-
| `x18` | GS.base | fixed(TEB) | fixed(TEB) | N/A |
53+
| `x18` | GS.base | fixed(TEB) | fixed(TEB) | fixed(TEB) |
5454
| `x19` | `r12` | non-volatile | non-volatile | non-volatile |
5555
| `x20` | `r13` | non-volatile | non-volatile | non-volatile |
5656
| `x21` | `r14` | non-volatile | non-volatile | non-volatile |

0 commit comments

Comments
 (0)