Browse Source

fix build error

unknown 4 years ago
parent
commit
82ae97e248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libcpu/sim/win32/cpu_port.c

+ 1 - 1
libcpu/sim/win32/cpu_port.c

@@ -286,7 +286,7 @@ void rt_hw_context_switch(rt_uint32_t from,
     TriggerSimulateInterrupt(CPU_INTERRUPT_YIELD);
 
     // make sure the event is not already signaled
-    WinThread = (win_thread_t *)rt_interrupt_from_thread;
+    win_thread_t *WinThread = (win_thread_t *)rt_interrupt_from_thread;
     ResetEvent(WinThread->YieldEvent);
 
     /*