mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
uml: fix compile due to unused variable (nw)
This commit is contained in:
parent
3c38a8a4f0
commit
992f45afb5
@ -776,6 +776,7 @@ void uml::instruction::validate()
|
|||||||
// ensure the type is valid
|
// ensure the type is valid
|
||||||
const parameter ¶m = m_param[pnum];
|
const parameter ¶m = m_param[pnum];
|
||||||
assert((opinfo.param[pnum].typemask >> param.type()) & 1);
|
assert((opinfo.param[pnum].typemask >> param.type()) & 1);
|
||||||
|
(void)param;
|
||||||
}
|
}
|
||||||
|
|
||||||
// make sure we aren't missing any parameters
|
// make sure we aren't missing any parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user