mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
Fix compile warning on 64-bit Linux (no whatsnew)
This commit is contained in:
parent
29b6b0de41
commit
c6feb5b29b
@ -633,7 +633,7 @@ bool debug_view_expression::recompute()
|
|||||||
UINT64 oldresult = m_result;
|
UINT64 oldresult = m_result;
|
||||||
|
|
||||||
// recompute the value of the expression
|
// recompute the value of the expression
|
||||||
EXPRERR exprerr = expression_execute(m_parsed, &m_result);
|
expression_execute(m_parsed, &m_result);
|
||||||
if (m_result != oldresult)
|
if (m_result != oldresult)
|
||||||
changed = true;
|
changed = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user