diff options
Diffstat (limited to 'cgwas.c')
-rw-r--r-- | cgwas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1137,7 +1137,7 @@ static void w_as_instructions (register struct instruction *instruction) case IEXG: w_as_dyadic_instruction (instruction,"exg"); break; - case IMOD: + case IREM: w_as_mod_instruction (instruction); break; case IMOVEM: |