summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2/sh2dasm.c
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-10-07 01:29:17 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-10-07 01:29:17 +0000
commit9ea6e5de563c4cbaaff8f8812cffc72ed12f29a3 (patch)
tree099e420c21729e91e64ac4ef024c781c701d175f /src/emu/cpu/sh2/sh2dasm.c
parent2fa7094eab8797f2cc50406a67d03cdbbfc0e3ac (diff)
SH2: fix PC relative MOV in delay slot
Diffstat (limited to 'src/emu/cpu/sh2/sh2dasm.c')
-rw-r--r--src/emu/cpu/sh2/sh2dasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/sh2/sh2dasm.c b/src/emu/cpu/sh2/sh2dasm.c
index bf051d844f5..f94125fb27c 100644
--- a/src/emu/cpu/sh2/sh2dasm.c
+++ b/src/emu/cpu/sh2/sh2dasm.c
@@ -574,7 +574,7 @@ static UINT32 op1111(char *buffer, UINT32 pc, UINT16 opcode)
return 0;
}
-static unsigned DasmSH2(char *buffer, unsigned pc, UINT16 opcode)
+unsigned DasmSH2(char *buffer, unsigned pc, UINT16 opcode)
{
UINT32 flags;