fix warning
This commit is contained in:
@@ -18,7 +18,7 @@ void NORETURN sm_crash( const char *reason )
|
||||
if( IsDebuggerPresent() )
|
||||
{
|
||||
DebugBreak();
|
||||
return;
|
||||
while(1); /* don't return */
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user