summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-05-18 05:17:08 +0200
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-05-18 05:17:36 +0200
commit7c62f211fb8a89848fcb205386a1e450619e744a (patch)
tree4eb8231cdd5fb954218159de50c02b3d4b68d334 /src/devices/machine
parent4bd31ccae591717bf89f8186e79d98daf84dd11d (diff)
-sun4cmmu: Fix hang, nw
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/sun4c_mmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/sun4c_mmu.h b/src/devices/machine/sun4c_mmu.h
index 0d1fef802e2..32623a36769 100644
--- a/src/devices/machine/sun4c_mmu.h
+++ b/src/devices/machine/sun4c_mmu.h
@@ -32,6 +32,7 @@ public:
set_seg_entry_mask(seg_entry_mask);
set_page_entry_mask(page_entry_mask);
set_cache_mask(cache_mask);
+ set_cache_line_size(16);
}
template <typename T> void set_cpu(T &&cpu_tag) { m_cpu.set_tag(std::forward<T>(cpu_tag)); }