mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Fix for GCC 15
This commit is contained in:
parent
05fb168e0b
commit
f448ed5c51
1 changed files with 2 additions and 0 deletions
|
@ -179,7 +179,9 @@
|
|||
#ifndef unlikely
|
||||
# define unlikely(x) __builtin_expect(!!(x), 0)
|
||||
#endif
|
||||
#ifndef unreachable
|
||||
# define unreachable() __builtin_unreachable()
|
||||
#endif
|
||||
#elif defined(_MSC_VER)
|
||||
# define likely(x) (x)
|
||||
# define unlikely(x) (x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue