Go all the way ajr :-) (nw)

This commit is contained in:
Olivier Galibert 2020-02-08 11:41:13 +01:00
parent e9fb627cde
commit ce32375e2f

View File

@ -167,7 +167,7 @@ protected:
f |= F_C;
m_f = f;
return r;
} else /*if(shift >= 32)*/ {
} else {
if(v1 & 0x80000000) {
m_f = F_C;
return 0xffffffff;