mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fixed simple but deadly typo in previous update.
This commit is contained in:
parent
837d59500a
commit
847b927e8d
@ -1576,7 +1576,7 @@ static int i960_execute(int cycles)
|
||||
case 2: t2f = ceil(t1f); break;
|
||||
case 3: t2f = t1f; break;
|
||||
}
|
||||
set_rif(opcode, (INT32)t2f);
|
||||
set_ri(opcode, (INT32)t2f);
|
||||
break;
|
||||
|
||||
case 0x2: // cvtzri
|
||||
|
Loading…
Reference in New Issue
Block a user