mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
raddbgi_make: split final blob flattening & encoding from 'baking' phase
This commit is contained in:
@@ -97,7 +97,8 @@ main(int argc, char **argv)
|
||||
bake_params.procedures = convert_out->procedures;
|
||||
bake_params.scopes = convert_out->scopes;
|
||||
}
|
||||
bake_strings = rdim_bake(arena, &bake_params);
|
||||
RDIM_BakeSectionList sections = rdim_bake_sections_from_params(arena, &bake_params);
|
||||
bake_strings = rdim_blobs_from_bake_sections(arena, §ions);
|
||||
}
|
||||
|
||||
//- rjf: write
|
||||
|
||||
Reference in New Issue
Block a user