add comment, no code changes
This commit is contained in:
parent
1a9e9bdd93
commit
9b0f6e1142
@ -132,6 +132,7 @@
|
||||
# define BB_LITTLE_ENDIAN 1
|
||||
#endif
|
||||
|
||||
/* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */
|
||||
#if BB_BIG_ENDIAN
|
||||
#define SWAP_BE16(x) (x)
|
||||
#define SWAP_BE32(x) (x)
|
||||
|
Loading…
Reference in New Issue
Block a user