forked from eden-emu/eden
Merge pull request #581 from archshift/tfe
Added information reporting from ThrowFatalError
This commit is contained in:
commit
50a0c4f14f
4 changed files with 166 additions and 3 deletions
|
@ -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) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue