no comment necessary

This commit is contained in:
tharexde 2020-10-26 00:12:52 +01:00
parent 5af9fc15ec
commit b3b6f827e8

View file

@ -1342,7 +1342,7 @@ void em4x50_restore(em4x50_data_t *etd) {
for (int j = 0; j < 4; j++)
words_client[i] |= (etd->data[4 * i + j]) << ((3 - j) * 8);
// lsb is needed (dump is msb)
words_client[i] = reflect32(words_client[i]);
}