From 6b4f53d5e0983d0402a8023393c1bfdf2d644047 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Fri, 23 Jul 2021 14:44:53 +0700 Subject: ns32082: remove obsolete comment --- src/devices/machine/ns32082.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/devices/machine/ns32082.cpp b/src/devices/machine/ns32082.cpp index 2e1ad4871b0..57beccb4075 100644 --- a/src/devices/machine/ns32082.cpp +++ b/src/devices/machine/ns32082.cpp @@ -384,11 +384,6 @@ void ns32082_device::set_msr(u32 data) m_msr = (m_msr & ~MSR_WM) | (data & MSR_WM); } -/* - * FIXME: RDVAL/WRVAL don't trigger abort on protection failures, but it's not - * clear if the memory access is cancelled on a protection failure or invalid - * level 2 page table entry. Also not clear if MSR/EIA are updated. - */ ns32082_device::translate_result ns32082_device::translate(address_space &space, unsigned st, u32 &address, bool user, bool write, bool debug) { // check translation required -- cgit v1.2.3