mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
xavix2.h: Fix clang build [-Werror,-Wreturn-type] (nw)
This commit is contained in:
parent
4684f1f512
commit
0ea31e9f28
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user