Use reverse_longword instead of manually reversing longword.
Cross-endian small sets diligently do something suspiciously close to reverse_longword()
. Using actual reverse_longword()
gives it its first reason to exist.
Patch: ss_rev32.patch.
Cross-endian small sets diligently do something suspiciously close to reverse_longword()
. Using actual reverse_longword()
gives it its first reason to exist.
Patch: ss_rev32.patch.