diff options
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index b31108267..8657ba478 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -132,6 +132,7 @@ | |||
132 | # define BB_LITTLE_ENDIAN 1 | 132 | # define BB_LITTLE_ENDIAN 1 |
133 | #endif | 133 | #endif |
134 | 134 | ||
135 | /* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */ | ||
135 | #if BB_BIG_ENDIAN | 136 | #if BB_BIG_ENDIAN |
136 | #define SWAP_BE16(x) (x) | 137 | #define SWAP_BE16(x) (x) |
137 | #define SWAP_BE32(x) (x) | 138 | #define SWAP_BE32(x) (x) |