Skip to content

Commit

Permalink
allocate: mark the trace stack in u3a_mark_road
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Aug 14, 2024
1 parent d1291e6 commit cccfcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/noun/allocate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ u3a_mark_road()

qua_u[1] = c3_calloc(sizeof(*qua_u[1]));
qua_u[1]->nam_c = strdup("trace stack");
qua_u[1]->siz_w = u3a_mark_noun(u3R->ski.gul) * 4;
qua_u[1]->siz_w = u3a_mark_noun(u3R->bug.tax) * 4;

qua_u[2] = c3_calloc(sizeof(*qua_u[2]));
qua_u[2]->nam_c = strdup("trace buffer");
Expand Down

0 comments on commit cccfcd2

Please sign in to comment.