From ce32375e2fe3a56372bbde93d9b3723cebc2b1c9 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 8 Feb 2020 11:41:13 +0100 Subject: Go all the way ajr :-) (nw) --- src/devices/cpu/xavix2/xavix2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/xavix2/xavix2.h b/src/devices/cpu/xavix2/xavix2.h index e87a732a7c2..63440c62cba 100644 --- a/src/devices/cpu/xavix2/xavix2.h +++ b/src/devices/cpu/xavix2/xavix2.h @@ -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; -- cgit v1.2.3