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 --- cgawas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgawas.c') diff --git a/cgawas.c b/cgawas.c index bf9ece6..99a27c4 100644 --- a/cgawas.c +++ b/cgawas.c @@ -3072,7 +3072,7 @@ static void w_as_instructions (register struct instruction *instruction) case IDIVI: w_as_div_rem_i_instruction (instruction,0); break; - case IMOD: + case IREM: w_as_rem_instruction (instruction); break; case IREMI: -- cgit v1.2.3