diff options
| author | 2015-10-28 08:06:12 +0100 | |
|---|---|---|
| committer | 2015-10-28 08:06:12 +0100 | |
| commit | 47f56372ee5f2d5eec2793608a5426296857b26a (patch) | |
| tree | 5cb578501b3dfc70b9af27214d72dd0d881d3bd8 /src/devices/cpu | |
| parent | f55f3d9624ef703151c81d9d9dae02eb13313076 (diff) | |
Cleanup and version bumpmame0167
Diffstat (limited to 'src/devices/cpu')
| -rw-r--r-- | src/devices/cpu/mips/mips3.h | 2 |
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; |
