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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/powerpc/ppccom.cpp b/src/devices/cpu/powerpc/ppccom.cpp
index 25c39516c73..5fc2ea00b9b 100644
--- a/src/devices/cpu/powerpc/ppccom.cpp
+++ b/src/devices/cpu/powerpc/ppccom.cpp
@@ -1516,7 +1516,7 @@ void ppc_device::ppccom_execute_tlbl()
{
UINT32 address = m_core->param0;
int isitlb = m_core->param1;
- vtlb_entry flags = 0;
+ vtlb_entry flags;
int entrynum;
/* determine entry number; we use rand() for associativity */