summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcfe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcfe.h')
-rw-r--r--src/devices/cpu/drcfe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/drcfe.h b/src/devices/cpu/drcfe.h
index a781f6d1156..8e2455c85d2 100644
--- a/src/devices/cpu/drcfe.h
+++ b/src/devices/cpu/drcfe.h
@@ -133,6 +133,8 @@ public:
// describe a block
opcode_desc const *describe_code(offs_t startpc);
+ // get last opcode of block
+ opcode_desc const *get_last() { return m_desc_live_list.last(); }
protected:
// required overrides