mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-25 02:20:31 +00:00
got file reading working for the binary.
This commit is contained in:
@@ -14,4 +14,8 @@
|
||||
#else
|
||||
#define assert(cond)
|
||||
#endif
|
||||
|
||||
#define trap() __builtin_trap()
|
||||
|
||||
#define assert_always(x) do { if((x) == false) {trap();} } while(0)
|
||||
#pragma endregion Debug
|
||||
|
||||
Reference in New Issue
Block a user