mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Fix the fix
This commit is contained in:
parent
ed0a0378d7
commit
52517ab609
@ -29,9 +29,9 @@ template<> struct CompileTimeAssert<true> {};
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(_M_IX86) || defined(_M_X86)
|
||||
#include <signal.h>
|
||||
#define Crash() {asm ("int $3");}
|
||||
#else
|
||||
#include <signal.h>
|
||||
#define Crash() {kill(getpid(), SIGINT);}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user