diff options
Diffstat (limited to 'src/devices/cpu/drcuml.cpp')
-rw-r--r-- | src/devices/cpu/drcuml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcuml.cpp b/src/devices/cpu/drcuml.cpp index 771ea230c03..897e0dc498c 100644 --- a/src/devices/cpu/drcuml.cpp +++ b/src/devices/cpu/drcuml.cpp @@ -280,7 +280,7 @@ const char *drcuml_state::symbol_find(void *base, u32 *offset) // if generated //------------------------------------------------- -void drcuml_state::log_vprintf(util::format_argument_pack<std::ostream> const &args) +void drcuml_state::log_vprintf(util::format_argument_pack<char> const &args) { // if we have a file, print to it if (m_umllog) |