Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This time actually fix big endian issue.
Of course an enum value has the width of an int. If it is 64bits long and on a big endian machine, the enum value gets assigned to the upper bits. Not the lower ones.
- Loading branch information