Skip to content
Commit a6c28fea authored by Alberto Mardegan's avatar Alberto Mardegan
Browse files

Fix endianness issues

We cannot safely load a 32 bit integer into a struct field which expects
a 64 bit value: we must load it into a 32 bit integer first, and then
assign the value to the structure field.

This bug was causing test failures on s390x:
#2
parent e3637815
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment