Skip to content

Commit 8ae0090

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent ff73f58 commit 8ae0090

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
@@ -195,7 +195,7 @@ Because a hash map is a much more complex data structure than a stack, GCC strug
195195
196196
GCC still keeps the `calloc()` and `free()` calls around:
197197
```nasm
198-
"main":
198+
main:
199199
sub rsp, 8
200200
mov esi, 13
201201
mov edi, 2

0 commit comments

Comments
 (0)