fix sm_crash

This commit is contained in:
Glenn Maynard
2004-05-07 00:40:02 +00:00
parent 19d4282705
commit bd3e4232f2
+2
View File
@@ -36,6 +36,8 @@ void NORETURN sm_crash( const char *reason )
/* Do something after the above, so the call/return isn't optimized to a jmp; that
* way, this function will appear in backtrace stack traces. */
_asm nop;
#else
_exit( 1 );
#endif
}