mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-26 13:35:00 -07:00
eliminate usage of old overcomplicated call stack data structure, which required actively holding debug info references... we want to eliminate this so that we can trivially cache call stacks / unwinds
This commit is contained in:
@@ -6608,7 +6608,5 @@ ASYNC_WORK_DEF(ctrl_unwind_work)
|
||||
CTRL_Handle thread_handle = {0};
|
||||
ctrl_u2uw_dequeue_req(&thread_handle);
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user