summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-10-28 08:06:12 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-10-28 08:06:12 +0100
commit47f56372ee5f2d5eec2793608a5426296857b26a (patch)
tree5cb578501b3dfc70b9af27214d72dd0d881d3bd8 /src/devices/cpu
parentf55f3d9624ef703151c81d9d9dae02eb13313076 (diff)
Cleanup and version bumpmame0167
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/mips/mips3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mips/mips3.h b/src/devices/cpu/mips/mips3.h
index 4ae8398dac0..87462f79d5b 100644
--- a/src/devices/cpu/mips/mips3.h
+++ b/src/devices/cpu/mips/mips3.h
@@ -366,7 +366,7 @@ private:
UINT32 m_nextpc;
UINT32 m_pcbase;
UINT8 m_cf[4][8];
- bool m_delayslot;
+ bool m_delayslot;
int m_op;
int m_interrupt_cycles;
UINT32 m_ll_value;