diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-09-29 19:58:12 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-09-29 19:58:12 +0300 |
commit | 51ecf18f6ce5b9e06ec61423548270b4746f379d (patch) | |
tree | c2c3ffbbb1fd8ef52fa311851a45ed04ff2bb925 /src/ungrateful.h | |
parent | 099519b45594827aad7c85f84816ae9b0cdd4698 (diff) | |
download | ungrateful-51ecf18f6ce5b9e06ec61423548270b4746f379d.tar.gz ungrateful-51ecf18f6ce5b9e06ec61423548270b4746f379d.zip |
Added zlib
Diffstat (limited to 'src/ungrateful.h')
-rw-r--r-- | src/ungrateful.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ungrateful.h b/src/ungrateful.h index 70683a7..71e6231 100644 --- a/src/ungrateful.h +++ b/src/ungrateful.h @@ -95,7 +95,7 @@ #define assert(expr) if ((int)(expr) == 0) {\ fprintf(stderr, "Assert at %s:%d failed!\n", __FILE__, __LINE__); \ - *((int *)0) = 0; \ + __TRAP(); \ } #else @@ -623,7 +623,6 @@ extern double un_m_ease_oquadd(double t); extern void un_m_mat_mulf(float *v, float *left, float *right); extern void un_m_mat_identityf(float *v); - /* Sorting */ #define UN_COMP_PROC(name) s32 name(u64 size, void *a, void *b) |