MIPS support

This commit is contained in:
Sacha 2013-03-10 13:22:46 +10:00
parent 7bc8374c88
commit b8100e0238

View File

@ -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;