summaryrefslogtreecommitdiff
path: root/68kinst.c
diff options
context:
space:
mode:
Diffstat (limited to '68kinst.c')
-rw-r--r--68kinst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/68kinst.c b/68kinst.c
index 8603259..a19e12b 100644
--- a/68kinst.c
+++ b/68kinst.c
@@ -1172,8 +1172,8 @@ int m68k_disasm_movem_op(m68k_op_info *decoded, m68k_op_info *other, char *dst,
bit = 15;
dir = -1;
} else {
- reg = 0;
- bit = 1;
+ dir = 1;
+ bit = 0;
}
if (need_comma) {
strcat(dst, ", ");