Fixed typo
This commit is contained in:
parent
494e341fe9
commit
8011649a70
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ struct endianness {
|
|||
defined(__ARMEL__) || \
|
||||
defined(__THUMBEL__) || \
|
||||
defined(__AARCH64EL__) || \
|
||||
defined(_MIPSEL) || defined(__MIPSEL) || defined(__MIPSEL__) | \
|
||||
defined(_MIPSEL) || defined(__MIPSEL) || defined(__MIPSEL__) || \
|
||||
defined(_WIN32)
|
||||
// It's a little-endian target architecture
|
||||
little = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue