From d58eaceeeafc674df2aed8b9460c196e9cfd73a4 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 14 Dec 2006 12:32:39 +0000 Subject: store 64 bits in data section (instead of 32) for cvtsi2sdq instruction --- cgaas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgaas.c b/cgaas.c index 45e9d53..5e9bb02 100644 --- a/cgaas.c +++ b/cgaas.c @@ -3903,7 +3903,7 @@ static void as_fmovel_instruction (struct instruction *instruction) new_label->label_flags=DATA_LABEL; define_data_label (new_label); - store_long_word_in_data_section (instruction->instruction_parameters[0].parameter_data.i); + store_word64_in_data_section (instruction->instruction_parameters[0].parameter_data.imm); as_f_a_rexaw (0xf2,0x2a,new_label,d_freg); break; -- cgit v1.2.3