summaryrefslogtreecommitdiffstats
path: root/asmrun/misc.h
blob: edead293c93d08bb9aa1e3ba48cbbd951350765d (plain)
1
2
3
4
5
#ifdef DEBUG
#define Assert(x) if(!(x)) failed_assert(__FILE__, __LINE__)
#else
#define Assert(x)
#endif