beginning to tackle compile errors

This commit is contained in:
ed
2025-02-08 21:13:42 -05:00
parent b42f4631ed
commit 835bfe654b
7 changed files with 30 additions and 20 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ arena_push(Arena *arena, U64 size, U64 align)
}
void
arena_pop_to(Arena *arena, U64 pos)
arena_pop_to(Arena *arena, SSIZE pos)
{
SPTR const header_size = align_pow2(size_of(Arena), MD_DEFAULT_MEMORY_ALIGNMENT);