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 --- cgas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgas.c') diff --git a/cgas.c b/cgas.c index 7dc8b79..a64ca5e 100644 --- a/cgas.c +++ b/cgas.c @@ -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: -- cgit v1.2.3