fix additional demon2 typo

This commit is contained in:
Ryan Fleury
2024-03-14 21:24:12 -07:00
parent aa7c30d85b
commit 8f0e39024f
-1
View File
@@ -2354,7 +2354,6 @@ dmn_stack_base_vaddr_from_thread(DMN_Handle handle)
{
DMN_W32_Entity *process = thread->parent;
U64 tlb = thread->thread.thread_local_base;
U64 result = 0;
switch(thread->arch)
{
case Architecture_Null: