diff options
Diffstat (limited to 'src/devices/cpu/drcbec.cpp')
-rw-r--r-- | src/devices/cpu/drcbec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbec.cpp b/src/devices/cpu/drcbec.cpp index d8e093f126c..28a4abdd9be 100644 --- a/src/devices/cpu/drcbec.cpp +++ b/src/devices/cpu/drcbec.cpp @@ -288,7 +288,7 @@ drcbe_c::drcbe_c(drcuml_state &drcuml, device_t &device, drc_cache &cache, uint3 m_hash(cache, modes, addrbits, ignorebits), m_map(cache, 0), m_labels(cache), - m_fixup_delegate(FUNC(drcbe_c::fixup_label), this) + m_fixup_delegate(&drcbe_c::fixup_label, this) { } |