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