mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
Merge pull request #3851 from MoochMcGee/i860-fix
i860: hotfix for coverity issue (nw)
This commit is contained in:
commit
a14c3259aa
@ -3166,7 +3166,7 @@ void i860_cpu_device::insn_dualop (uint32_t insn)
|
|||||||
/* Do the add operation, being careful about source and result
|
/* Do the add operation, being careful about source and result
|
||||||
precision. Remember, the R bit indicates source and result precision
|
precision. Remember, the R bit indicates source and result precision
|
||||||
here. */
|
here. */
|
||||||
if (res_prec)
|
if (src_prec)
|
||||||
{
|
{
|
||||||
double v1 = get_fval_from_optype_d (insn, A_unit_op1);
|
double v1 = get_fval_from_optype_d (insn, A_unit_op1);
|
||||||
double v2 = get_fval_from_optype_d (insn, A_unit_op2);
|
double v2 = get_fval_from_optype_d (insn, A_unit_op2);
|
||||||
|
Loading…
Reference in New Issue
Block a user