cons -> raddbgic

This commit is contained in:
Ryan Fleury
2024-02-12 15:17:23 -08:00
parent 5c33c410d3
commit ad4003e70d
7 changed files with 1273 additions and 1273 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ entry_point(int argc, char **argv)
if(out != 0 && params->output_name.size > 0)
{
String8List baked = {0};
cons_bake_file(scratch.arena, out->root, &baked);
raddbgic_bake_file(scratch.arena, out->root, &baked);
U64 off = 0;
for(String8Node *node = baked.first; node != 0; node = node->next)
{