use explicit thread name exception thread ID parameter, when not implicit

This commit is contained in:
Ryan Fleury
2024-01-30 13:11:37 -08:00
parent d9f69cdf14
commit c700264445
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -1770,6 +1770,7 @@ ctrl_thread__next_demon_event(Arena *arena, CTRL_Msg *msg, DEMON_RunCtrls *run_c
out_evt->entity = ctrl_handle_from_demon(event->thread);
out_evt->parent = ctrl_handle_from_demon(event->process);
out_evt->string = event->string;
out_evt->entity_id = event->code;
}break;
}
ctrl_c2u_push_events(&evts);