From 13dc182ad4f2a1e34735d19cba4bc5bd803e416a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 24 Apr 2006 14:28:22 +0000 Subject: [PATCH] Fixed xConst --- ir/be/ia32/ia32_spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 4a468af0c..6d92b7d7f 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -645,7 +645,7 @@ else { "comment" => "represents a SSE constant", "cmp_attr" => " return ia32_compare_immop_attr(attr_a, attr_b);\n", "reg_req" => { "in" => [ "none" ], "out" => [ "xmm" ] }, - "emit" => '. mov%M %D1, %C /* Load fConst into register */', + "emit" => '. movs%M %D1, %C /* Load fConst into register */', }, # Load / Store -- 2.20.1