summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcuml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcuml.h')
-rw-r--r--src/devices/cpu/drcuml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcuml.h b/src/devices/cpu/drcuml.h
index 75dcadadc23..5bb4bb04ae4 100644
--- a/src/devices/cpu/drcuml.h
+++ b/src/devices/cpu/drcuml.h
@@ -171,7 +171,7 @@ public:
int execute(uml::code_handle &entry) { return m_beintf->execute(entry); }
// code generation
- drcuml_block *begin_block(u32 maxinst);
+ drcuml_block &begin_block(u32 maxinst);
// back-end interface
void get_backend_info(drcbe_info &info) { m_beintf->get_info(info); }