mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +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;
|
||||
|
||||
// recompute the value of the expression
|
||||
EXPRERR exprerr = expression_execute(m_parsed, &m_result);
|
||||
expression_execute(m_parsed, &m_result);
|
||||
if (m_result != oldresult)
|
||||
changed = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user