From: Michael Beck Date: Tue, 4 Apr 2006 15:24:30 +0000 (+0000) Subject: fixed fist/fistp emit X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2c5a1f779fcc7862fe67ad82636b9148560a701d;p=libfirm fixed fist/fistp emit --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 236b32073..403e7ded9 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -1018,7 +1018,7 @@ $comment_string = "/*"; "rd_constructor" => "NONE", "comment" => "x87 fp integer Store: Store(ptr, val, mem) = iST ptr,val", "reg_req" => { }, - "emit" => '. fist %ia32_emit_binop /* integer Store(%A3) -> (%A1) */' + "emit" => '. fist %ia32_emit_am /* integer Store(%A3) -> (%A1) */' }, "fistp" => { @@ -1026,7 +1026,7 @@ $comment_string = "/*"; "rd_constructor" => "NONE", "comment" => "x87 fp integer Store: Store(ptr, val, mem) = iST ptr,val", "reg_req" => { }, - "emit" => '. fistp %ia32_emit_binop /* integer Store(%A3) -> (%A1) and pop */' + "emit" => '. fistp %ia32_emit_am /* integer Store(%A3) -> (%A1) and pop */' }, # constants