From a993becfccbd6214d092e181a4ee07c19f132185 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 23 Jul 2012 14:35:30 +0200 Subject: [PATCH] ia32: avoid assembler warning for 16bit stores --- 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 4d86488ac..d0acad172 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -1178,7 +1178,7 @@ Store => { out => [ "none", "none", "none" ] }, ins => [ "base", "index", "mem", "val" ], outs => [ "M", "X_regular", "X_except" ], - emit => 'mov%M %S3, %AM', + emit => 'mov%M %#S3, %AM', latency => 2, units => [ "GP" ], }, -- 2.20.1