Common: drop GEKKO define

Afaict, it was used to build parts of Dolphin with DSPSpy, but that's
been broken forever, so lets clean up a little bit.
This commit is contained in:
Tillmann Karras
2015-06-24 11:48:21 +02:00
parent 8493feb89f
commit 5b23182793
4 changed files with 11 additions and 52 deletions

View File

@ -45,9 +45,7 @@ struct ArraySizeImpl : public std::extent<T>
#endif
// go to debugger mode
#ifdef GEKKO
#define Crash()
#elif defined _M_X86
#ifdef _M_X86
#define Crash() {asm ("int $3");}
#else
#define Crash() { exit(1); }