1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-03-13 23:59:41 +01:00
This commit is contained in:
timur.gagiev 2020-02-18 19:52:22 +03:00
parent 1b2f125ed6
commit 515e268456

View File

@ -26,7 +26,7 @@
#ifdef _OS_3DS
#define ASSERT(expr) if (expr) {} else { LOG("ASSERT:\n %s:%d\n %s => %s\n", __FILE__, __LINE__, __FUNCTION__, #expr); /* svcSleepThread(3000000000LL);*/ abort(); }
#else
#define ASSERT(expr
#define ASSERT(expr)
#endif
#define ASSERTV(expr) (expr) ? 1 : 0