Skip to content

Commit 091c9bc

Browse files
authored
Fix formatting in C function example
1 parent 51c8241 commit 091c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ main:
1515
push rax
1616
lea rdi, [rip + .Lstr]
1717
call puts@PLT ; printf() got translated to the faster puts()
18-
xor eax, eax ; Faster than `mov eax, 0`; eax is the returned value
18+
xor eax, eax
1919
pop rcx
2020
ret
2121
```

0 commit comments

Comments
 (0)