mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-02 04:38:14 +00:00
coallpsed arena -> allocatorinfo : command_line.h/c
This commit is contained in:
@@ -42,7 +42,7 @@ void tctx_read_srcloc (char** file_name, U64* line_number);
|
||||
inline TempArena
|
||||
scratch__begin_alloc(AllocatorInfo ainfo) {
|
||||
Arena* arena = extract_arena(ainfo);
|
||||
TempArena scratch = temp_begin(tctx_get_scratch(arena, arena != nullptr));
|
||||
TempArena scratch = temp_begin(tctx_get_scratch(&arena, arena != nullptr));
|
||||
return scratch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user