summaryrefslogtreecommitdiff
path: root/cgswas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgswas.c')
-rw-r--r--cgswas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgswas.c b/cgswas.c
index c738280..6b4aa94 100644
--- a/cgswas.c
+++ b/cgswas.c
@@ -2160,7 +2160,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: