From 74ff3fabc28497d3e48c88ed6e7468f2838a3a0c Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 10 May 2007 10:11:32 +0000 Subject: rename IMOVEW as IMOVEDB, add sincosR instruction for IA32, add 32 bit integer and real arrays for AI64 --- cgas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgas.c') diff --git a/cgas.c b/cgas.c index 5e6cc27..7dc8b79 100644 --- a/cgas.c +++ b/cgas.c @@ -3416,7 +3416,7 @@ static void write_instructions (struct instruction *instructions) case IMOVEM: as_movem_instruction (instruction); break; - case IMOVEW: + case IMOVEDB: as_move_instruction (instruction,SIZE_WORD); break; case IMOVEB: -- cgit v1.2.3