summaryrefslogtreecommitdiff
path: root/cgwas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgwas.c')
-rw-r--r--cgwas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgwas.c b/cgwas.c
index 4958d3c..fa6e809 100644
--- a/cgwas.c
+++ b/cgwas.c
@@ -1179,7 +1179,7 @@ static void w_as_instructions (register struct instruction *instruction)
case ITST:
w_as_tst_instruction (instruction);
break;
- case IMOVEW:
+ case IMOVEDB:
w_as_move_instruction (instruction,SIZE_WORD);
break;
case IMOVEB: