further progress on new unwinder

This commit is contained in:
Ryan Fleury
2024-05-16 17:12:37 -07:00
parent 33ab26dfb3
commit 578a56d231
3 changed files with 288 additions and 432 deletions
+1 -1
View File
@@ -6245,7 +6245,7 @@ df_query_cached_unwind_from_thread(DF_Entity *thread)
else
{
result = ctrl_unwind_from_thread(cache->arena, df_state->ctrl_entity_store, thread->ctrl_machine_id, thread->ctrl_handle, 0);
if(!result.error)
if(!(result.flags & CTRL_UnwindFlag_Error))
{
node = push_array(cache->arena, DF_RunUnwindCacheNode, 1);
SLLQueuePush_N(slot->first, slot->last, node, hash_next);