From 8f0e39024fe8c5fff02f18968186d456ae9481ab Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Thu, 14 Mar 2024 21:24:12 -0700 Subject: [PATCH] fix additional demon2 typo --- src/demon2/win32/demon2_core_win32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/demon2/win32/demon2_core_win32.c b/src/demon2/win32/demon2_core_win32.c index d944a6d2..ba395799 100644 --- a/src/demon2/win32/demon2_core_win32.c +++ b/src/demon2/win32/demon2_core_win32.c @@ -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: