mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-25 21:25:00 -07:00
fixup _Generic macro usage
distinct macros failed (didn't realize). Was able to get proper setup with _Generic_L2 pattern
This commit is contained in:
@@ -296,7 +296,7 @@ varena_allocator_proc(void* allocator_data, AllocatorMode mode, SSIZE requested_
|
||||
{
|
||||
case AllocatorMode_Alloc:
|
||||
{
|
||||
assert(requested_size != 0);
|
||||
assert_msg(requested_size != 0, "requested_size is 0");
|
||||
|
||||
requested_size = align_pow2(requested_size, alignment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user