summaryrefslogtreecommitdiff
path: root/cgsas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgsas.c')
-rw-r--r--cgsas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgsas.c b/cgsas.c
index 9f60c7e..a763f7d 100644
--- a/cgsas.c
+++ b/cgsas.c
@@ -1868,7 +1868,7 @@ static void as_instructions (register struct instruction *instruction)
case IBTST:
as_btst_instruction (instruction);
break;
- case IMOVEW:
+ case IMOVEDB:
as_move_instruction (instruction,SIZE_WORD);
break;
case IMOVEB: