summaryrefslogtreecommitdiff
path: root/cgas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgas.c')
-rw-r--r--cgas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgas.c b/cgas.c
index 5e6cc27..7dc8b79 100644
--- a/cgas.c
+++ b/cgas.c
@@ -3416,7 +3416,7 @@ static void write_instructions (struct instruction *instructions)
case IMOVEM:
as_movem_instruction (instruction);
break;
- case IMOVEW:
+ case IMOVEDB:
as_move_instruction (instruction,SIZE_WORD);
break;
case IMOVEB: