diff options
| author | John van Groningen | 2008-12-18 14:53:40 +0000 |
|---|---|---|
| committer | John van Groningen | 2008-12-18 14:53:40 +0000 |
| commit | 4757ecd891286aaaf4381e652a682b362453560e (patch) | |
| tree | d7d1f086846107df983921469ef7c5f99e6f9919 /cgpas.c | |
| parent | fix compare of constant of more than 32 bits (on 64 bit platforms) (diff) | |
rename IMOD to IREM
Diffstat (limited to 'cgpas.c')
| -rw-r--r-- | cgpas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2857,7 +2857,7 @@ static void write_instructions (struct instruction *instructions) case IDIVU: as_divu_instruction (instruction); break; - case IMOD: + case IREM: as_rem_instruction (instruction); break; case IAND: |
