xavix2.h: Fix clang build [-Werror,-Wreturn-type] (nw)

This commit is contained in:
AJR 2020-02-07 17:15:13 -05:00
parent 4684f1f512
commit 0ea31e9f28

View File

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