ctrl/demon: fastfail exception codes / notes; p2r2: finish symbol conversion etc. in new wavefront-style version

This commit is contained in:
Ryan Fleury
2025-08-19 16:47:12 -07:00
parent 0656020ab3
commit cdec8d5980
8 changed files with 1439 additions and 104 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ internal void
tctx_lane_barrier_wait(void)
{
ProfBeginFunction();
ProfColor(0xff0000ff);
ProfColor(0x00000ff);
TCTX *tctx = tctx_selected();
os_barrier_wait(tctx->lane_ctx.barrier);
ProfEnd();