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