diff options
Diffstat (limited to 'src/emu/cpu/uml.c')
-rw-r--r-- | src/emu/cpu/uml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/uml.c b/src/emu/cpu/uml.c index 86748604f6c..b1ca222771e 100644 --- a/src/emu/cpu/uml.c +++ b/src/emu/cpu/uml.c @@ -1026,5 +1026,5 @@ const char *uml::instruction::disasm(astring &buffer, drcuml_state *drcuml) cons if (m_flags & FLAG_C) buffer.cat('C'); } - return buffer; + return buffer.c_str(); } |