opt: fix warnings in test, fix endian assumptions.
In particular, handing an pointer to ULL where a pointer to UL is expected won't work on big endian.
Showing
Please register or sign in to comment
In particular, handing an pointer to ULL where a pointer to UL is expected won't work on big endian.