Added information reporting from ThrowFatalError

This was RE'd from the errdisp applet.
This commit is contained in:
archshift 2015-02-17 15:15:04 -08:00
parent ec8f2210e3
commit 0420a4d1de
4 changed files with 166 additions and 3 deletions

View file

@ -14,8 +14,6 @@
#define SLEEP(x) usleep(x*1000)
#endif
template <bool> struct CompileTimeAssert;
template<> struct CompileTimeAssert<true> {};
#define b2(x) ( (x) | ( (x) >> 1) )
#define b4(x) ( b2(x) | ( b2(x) >> 2) )