vm: typo in os-windows.hpp

db4
Joe Groff 2011-11-12 19:23:44 -08:00
parent 96d5c2fac8
commit 8e7baef1a0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ inline static THREADHANDLE thread_id()
return threadHandle;
}
inline static breakpoint()
inline static void breakpoint()
{
DebugBreak();
}