change leoC2_double_ecc calc to be more like the other ones

This commit is contained in:
LuigiBlood
2023-08-06 14:03:09 +02:00
parent 6d126e6d04
commit 96311156cd

View File

@@ -86,7 +86,8 @@ c2_2_1:
p_s = LEOc2_param.c2buff_e;
do {
s0 = (p_s -= 4)[0];
p_s -= 4;
s0 = p_s[0];
if (s0 != 0) {
a = ganlog[m + glog[s0]] ^ p_s[1];
} else {