From 2c5a1f779fcc7862fe67ad82636b9148560a701d Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 4 Apr 2006 15:24:30 +0000 Subject: [PATCH] fixed fist/fistp emit --- ir/be/ia32/ia32_spec.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1