summaryrefslogtreecommitdiff
path: root/cgpwas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpwas.c')
-rw-r--r--cgpwas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpwas.c b/cgpwas.c
index d2bd19b..aae0098 100644
--- a/cgpwas.c
+++ b/cgpwas.c
@@ -3272,7 +3272,7 @@ static void w_as_instructions (register struct instruction *instruction)
case IBTST:
w_as_btst_instruction (instruction);
break;
- case IMOVEW:
+ case IMOVEDB:
w_as_move_instruction (instruction,SIZE_WORD);
break;
case IMOVEB: