mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
put ranges on arena
This commit is contained in:
@@ -1992,7 +1992,7 @@ cv_c13_parse_inline_binary_annots(Arena *arena,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (step.flags & CV_C13InlineSiteDecoderStepFlag_EmitRange) {
|
if (step.flags & CV_C13InlineSiteDecoderStepFlag_EmitRange) {
|
||||||
rng1u64_list_push(scratch.arena, &code_ranges, step.range);
|
rng1u64_list_push(arena, &code_ranges, step.range);
|
||||||
}
|
}
|
||||||
if (step.flags & CV_C13InlineSiteDecoderStepFlag_ExtendLastRange) {
|
if (step.flags & CV_C13InlineSiteDecoderStepFlag_ExtendLastRange) {
|
||||||
if (code_ranges.last) {
|
if (code_ranges.last) {
|
||||||
|
|||||||
Reference in New Issue
Block a user