mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
MIPS support
This commit is contained in:
parent
7bc8374c88
commit
b8100e0238
@ -22,7 +22,7 @@ inline void Crash() { __asm { int 3 }; }
|
||||
|
||||
#else
|
||||
|
||||
#if defined(ARM)
|
||||
#if defined(ARM) || defined(MIPS)
|
||||
inline void Crash() {
|
||||
char *p = (char *)1337;
|
||||
*p = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user