summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcuml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/drcuml.h')
-rw-r--r--src/emu/cpu/drcuml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/drcuml.h b/src/emu/cpu/drcuml.h
index aef1f5c76ff..98074e2424f 100644
--- a/src/emu/cpu/drcuml.h
+++ b/src/emu/cpu/drcuml.h
@@ -128,7 +128,7 @@ private:
drcuml_block * m_next; // pointer to next block
UINT32 m_nextinst; // next instruction to fill in the cache
UINT32 m_maxinst; // maximum number of instructions
- dynamic_array<uml::instruction> m_inst; // pointer to the instruction list
+ std::vector<uml::instruction> m_inst; // pointer to the instruction list
bool m_inuse; // this block is in use
};