Skip to content

Commit 57b5afd

Browse files
authored
Merge pull request #1296 from tgross35/patch-1
Fix a small typo in the i128 blog
2 parents ddfb55e + 2891cda commit 57b5afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-03-30-i128-layout-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ section _3.2.3 Parameter Passing_:
158158
159159
We can try this out by implementing the calling convention manually. In the below C
160160
example, inline assembly is used to call `foo(0xaf, val, val, val)` with `val` as
161-
`0x0x11223344556677889900aabbccddeeff`.
161+
`0x11223344556677889900aabbccddeeff`.
162162
163163
x86-64 uses the registers `rdi`, `rsi`, `rdx`, `rcx`, `r8`, and `r9` to pass function
164164
arguments, in that order (you guessed it, this is also in the ABI). Each register

0 commit comments

Comments
 (0)