summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/uml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/uml.h')
-rw-r--r--src/emu/cpu/uml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/uml.h b/src/emu/cpu/uml.h
index 53eacfa49d9..96f73366fa5 100644
--- a/src/emu/cpu/uml.h
+++ b/src/emu/cpu/uml.h
@@ -239,7 +239,7 @@ namespace uml
code_handle *next() const { return m_next; }
drccodeptr codeptr() const { return *m_code; }
drccodeptr *codeptr_addr() { return m_code; }
- const char *string() const { return m_string; }
+ const char *string() const { return m_string.c_str(); }
// setters
void set_codeptr(drccodeptr code);