summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arc/arc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/arc/arc.h')
-rw-r--r--src/emu/cpu/arc/arc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/arc/arc.h b/src/emu/cpu/arc/arc.h
index 20b1a3e0910..d4783531ff3 100644
--- a/src/emu/cpu/arc/arc.h
+++ b/src/emu/cpu/arc/arc.h
@@ -62,7 +62,7 @@ private:
UINT32 m_debugger_temp;
void unimplemented_opcode(UINT16 op);
- inline UINT16 READ32(UINT32 address);
+ inline UINT32 READ32(UINT32 address);
inline void WRITE32(UINT32 address, UINT32 data);
};