Update comment

This commit is contained in:
nub31
2025-02-03 16:47:11 +01:00
parent 9feec7f659
commit a2501912d3

View File

@@ -1,8 +1,8 @@
global gc_init, gc_alloc global gc_init, gc_alloc
section .bss section .bss
alloc_list: resq 1 alloc_list: resq 1 ; head of alloc list
stack_start: resq 1 stack_start: resq 1 ; start of stack
section .data section .data
gc_threshold_b: dq 4096 ; default of 4096 bytes, this will scale when gc_collect is ran gc_threshold_b: dq 4096 ; default of 4096 bytes, this will scale when gc_collect is ran