summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2/sh2comn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sh2/sh2comn.h')
-rw-r--r--src/emu/cpu/sh2/sh2comn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/sh2/sh2comn.h b/src/emu/cpu/sh2/sh2comn.h
index 3ea30d359f2..ddab61f65fe 100644
--- a/src/emu/cpu/sh2/sh2comn.h
+++ b/src/emu/cpu/sh2/sh2comn.h
@@ -191,7 +191,7 @@ class sh2_frontend : public drc_frontend
public:
sh2_frontend(sh2_state &state, UINT32 window_start, UINT32 window_end, UINT32 max_sequence);
-protected:
+protected:
virtual bool describe(opcode_desc &desc, const opcode_desc *prev);
private: