diff options
Diffstat (limited to 'cgas.c')
-rw-r--r-- | cgas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3440,7 +3440,7 @@ static void write_instructions (struct instruction *instructions) case IDIV: as_div_instruction (instruction); break; - case IMOD: + case IREM: as_mod_instruction (instruction); break; case IBMOVE: |