Fabio Utzig | 57c40f7 | 2017-12-12 21:48:30 -0200 | [diff] [blame^] | 1 | #ifndef H_BOOTSIM_ |
2 | #define H_BOOTSIM_ | ||||
3 | |||||
4 | void sim_assert(int, const char *test, const char *, unsigned int, const char *); | ||||
5 | #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__) | ||||
6 | |||||
7 | #endif |