more work on pdb -> rdi determinism; almost done hitting all of the issues...

This commit is contained in:
Ryan Fleury
2024-10-16 08:52:27 -07:00
parent e1575f815c
commit e65bc121ed
3 changed files with 54 additions and 3 deletions
+1 -1
View File
@@ -4639,7 +4639,7 @@ p2r_bake(Arena *arena, P2R_Convert2Bake *in)
{
for EachIndex(idx, n->count)
{
printf("string: %.*s\n", str8_varg(n->v[idx].string));
printf("string: \"%.*s\"\n", str8_varg(n->v[idx].string));
}
}
}