Fix READ64LE

This commit is contained in:
kanye 2025-02-17 02:18:55 +00:00
parent 38930de8e0
commit 929b2b90d3

View file

@ -54,7 +54,7 @@
(__extension__({ \
uint64_t __x; \
__builtin_memcpy(&__x, P, 64 / 8); \
__SWAPLE32(__x); \
__SWAPLE64(__x); \
}))
#define READ64BE(P) \