summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/uml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/uml.cpp')
-rw-r--r--src/devices/cpu/uml.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/uml.cpp b/src/devices/cpu/uml.cpp
index 5a6fe3a8b3a..c066e254d1d 100644
--- a/src/devices/cpu/uml.cpp
+++ b/src/devices/cpu/uml.cpp
@@ -776,6 +776,7 @@ void uml::instruction::validate()
// ensure the type is valid
const parameter &param = m_param[pnum];
assert((opinfo.param[pnum].typemask >> param.type()) & 1);
+ (void)param;
}
// make sure we aren't missing any parameters