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 --- cgaas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgaas.c') diff --git a/cgaas.c b/cgaas.c index 11ba458..6065f55 100644 --- a/cgaas.c +++ b/cgaas.c @@ -4246,7 +4246,7 @@ static void as_instructions (struct instruction *instruction) case IDIVI: as_div_rem_i_instruction (instruction,0); break; - case IMOD: + case IREM: as_rem_instruction (instruction); break; case IREMI: -- cgit v1.2.3