summaryrefslogtreecommitdiff
path: root/m68k_to_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_to_x86.c')
-rw-r--r--m68k_to_x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_to_x86.c b/m68k_to_x86.c
index d566b3a..3a84079 100644
--- a/m68k_to_x86.c
+++ b/m68k_to_x86.c
@@ -906,6 +906,7 @@ uint8_t * translate_shift(uint8_t * dst, m68kinst * inst, x86_ea *src_op, x86_ea
if (inst->src.addr_mode == MODE_UNUSED) {
dst = m68k_save_result(inst, dst, opts);
}
+ return dst;
}
uint8_t * translate_m68k(uint8_t * dst, m68kinst * inst, x86_68k_options * opts)