mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 06:29:11 +00:00
Fix READ64LE
This commit is contained in:
parent
38930de8e0
commit
929b2b90d3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
(__extension__({ \
|
||||
uint64_t __x; \
|
||||
__builtin_memcpy(&__x, P, 64 / 8); \
|
||||
__SWAPLE32(__x); \
|
||||
__SWAPLE64(__x); \
|
||||
}))
|
||||
|
||||
#define READ64BE(P) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue