From 4757ecd891286aaaf4381e652a682b362453560e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 18 Dec 2008 14:53:40 +0000 Subject: rename IMOD to IREM --- cgpas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgpas.c') diff --git a/cgpas.c b/cgpas.c index cc53b73..ef05e5b 100644 --- a/cgpas.c +++ b/cgpas.c @@ -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: -- cgit v1.2.3