summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppccom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/powerpc/ppccom.cpp')
-rw-r--r--src/devices/cpu/powerpc/ppccom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/powerpc/ppccom.cpp b/src/devices/cpu/powerpc/ppccom.cpp
index bea641ad95f..bcdc17ae9a1 100644
--- a/src/devices/cpu/powerpc/ppccom.cpp
+++ b/src/devices/cpu/powerpc/ppccom.cpp
@@ -1505,7 +1505,7 @@ void ppc_device::ppccom_tlb_flush()
void ppc_device::ppccom_get_dsisr()
{
int intent = 0;
-
+
if (m_core->param1 & 1)
{
intent = TRANSLATE_WRITE;
@@ -1514,7 +1514,7 @@ void ppc_device::ppccom_get_dsisr()
{
intent = TRANSLATE_READ;
}
-
+
m_core->param1 = ppccom_translate_address_internal(intent, m_core->param0);
}