mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-22 15:37:49 +00:00
cons -> raddbgic
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user