mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-01-06 16:50:03 +01:00
This removes the UC_ASSERT_ERR_ANY constant, which was causing a compilation error on OSX: error: comparison of constant 3735928559 with expression of type 'uc_err' (aka 'enum uc_err') is always true [-Werror,-Wtautological-constant-out-of-range-compare] I could have probably changed 0xDEADBEEF to a constant < 0x80000000 but this seems cleaner anyway. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| test_mem_map.c | ||
| test_x86.c | ||
| unicorn_test.h | ||