vm: typo in os-windows.hpp
parent
96d5c2fac8
commit
8e7baef1a0
|
@ -86,7 +86,7 @@ inline static THREADHANDLE thread_id()
|
|||
return threadHandle;
|
||||
}
|
||||
|
||||
inline static breakpoint()
|
||||
inline static void breakpoint()
|
||||
{
|
||||
DebugBreak();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue