summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/divtlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/divtlb.h')
-rw-r--r--src/emu/divtlb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/divtlb.h b/src/emu/divtlb.h
index 3acfec4f215..03ee4d1ed84 100644
--- a/src/emu/divtlb.h
+++ b/src/emu/divtlb.h
@@ -83,6 +83,7 @@ private:
std::vector<offs_t> m_live; // array of live entries by table index
std::vector<int> m_fixedpages; // number of pages each fixed entry covers
std::vector<vtlb_entry> m_table; // table of entries by address
+ std::vector<offs_t> m_refcnt; // table of entry reference counts by address
vtlb_entry *m_table_base; // pointer to m_table[0]
};