diff options
Diffstat (limited to 'src/emu/cpu/mips/mips3.h')
-rw-r--r-- | src/emu/cpu/mips/mips3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/mips/mips3.h b/src/emu/cpu/mips/mips3.h index 3f4826ef54c..2d2fce7ed03 100644 --- a/src/emu/cpu/mips/mips3.h +++ b/src/emu/cpu/mips/mips3.h @@ -359,7 +359,7 @@ private: /* core state */ internal_mips3_state *m_core; - /* internal stuff */ + /* internal stuff */ UINT32 m_ppc; UINT32 m_nextpc; UINT32 m_pcbase; @@ -444,7 +444,7 @@ private: /* fast RAM */ UINT32 m_fastram_select; - struct + struct { offs_t start; /* start of the RAM block */ offs_t end; /* end of the RAM block */ |