mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
assert when merging associative chunks
This commit is contained in:
@@ -191,7 +191,8 @@ lnk_chunk_deep_copy(Arena *arena, LNK_Chunk *chunk)
|
|||||||
dst->sort_idx = push_str8_copy(arena, src->sort_idx);
|
dst->sort_idx = push_str8_copy(arena, src->sort_idx);
|
||||||
dst->input_idx = src->input_idx;
|
dst->input_idx = src->input_idx;
|
||||||
dst->flags = src->flags;
|
dst->flags = src->flags;
|
||||||
dst->associate = src->associate;
|
//dst->associate = src->associate;
|
||||||
|
Assert(src->associate == 0);
|
||||||
lnk_chunk_set_debugf(arena, dst, "%S", src->debug);
|
lnk_chunk_set_debugf(arena, dst, "%S", src->debug);
|
||||||
|
|
||||||
switch (src->type) {
|
switch (src->type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user