summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/mips3.h
diff options
context:
space:
mode:
author ted green <tedgreen99@inbox.com>2015-07-12 11:23:26 -0600
committer ted green <tedgreen99@inbox.com>2015-07-12 11:23:44 -0600
commitd7325f18937872bae604b7c1ad5df9894f5d7f6c (patch)
treedfeca6f43629dfa8757c197d2b6a6a3fffdae507 /src/emu/cpu/mips/mips3.h
parent0999c812aa05d050357aa80e3c417ba4a384aa0b (diff)
Minor MIPS fixups.
Diffstat (limited to 'src/emu/cpu/mips/mips3.h')
-rw-r--r--src/emu/cpu/mips/mips3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/mips/mips3.h b/src/emu/cpu/mips/mips3.h
index 2cbdf93c28f..b8d9330cffb 100644
--- a/src/emu/cpu/mips/mips3.h
+++ b/src/emu/cpu/mips/mips3.h
@@ -421,7 +421,7 @@ private:
UINT32 * offset_base32; /* base in memory where the RAM lives, 32-bit pointer, with the start offset pre-applied */
} m_fastram[MIPS3_MAX_FASTRAM];
- UINT64 m_debugger_temp;
+ UINT32 m_debugger_temp;
/* core state */
drc_cache m_cache; /* pointer to the DRC code cache */