first pass at new hash-store-based disassembly cache layer; can serve as a general-purpose asynchronous disassembly visualization cache layer, regardless of where that data ultimately comes from - can click into a file, process memory cache, etc.

This commit is contained in:
Ryan Fleury
2024-03-28 10:57:34 -07:00
parent f46691d79a
commit c91cd69536
8 changed files with 756 additions and 5 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ internal void
ts_task_thread__entry_point(void *p)
{
U64 thread_idx = (U64)p;
ThreadNameF("[ts] task thread #%I64u", thread_idx+1);
ThreadNameF("[ts] task thread #%I64u", thread_idx);
TS_TaskThread *thread = &ts_shared->task_threads[thread_idx];
for(;;)
{