Pārlūkot izejas kodu

debug: do not use std::abort() on the PS3.

legacy
Sam Hocevar sam pirms 13 gadiem
vecāks
revīzija
e1070c3b3c
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. +4
    -0
      src/lol/debug.h

+ 4
- 0
src/lol/debug.h Parādīt failu

@@ -23,7 +23,11 @@ namespace lol

static inline void Abort()
{
#if defined __CELLOS_LV2__
*(uint32_t *)NULL = 0;
#else
std::abort();
#endif
}

} /* namespace lol */


Notiek ielāde…
Atcelt
Saglabāt