mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 23:42:40 +02:00
Added a comment.
This commit is contained in:
parent
99971abc9b
commit
7675c15fa9
@ -152,7 +152,7 @@ typedef unsigned int _msgpack_atomic_counter_t;
|
|||||||
(((uint64_t)((uint8_t*)(from))[6]) << 8) | \
|
(((uint64_t)((uint8_t*)(from))[6]) << 8) | \
|
||||||
(((uint64_t)((uint8_t*)(from))[7]) ) ))
|
(((uint64_t)((uint8_t*)(from))[7]) ) ))
|
||||||
|
|
||||||
#else
|
#else /* __LITTLE_ENDIAN__ */
|
||||||
|
|
||||||
#define _msgpack_be16(x) (x)
|
#define _msgpack_be16(x) (x)
|
||||||
#define _msgpack_be32(x) (x)
|
#define _msgpack_be32(x) (x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user