mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-01 12:18:14 +00:00
beginning to tackle compile errors
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user