qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit dad4550dfb735e8043d65d18edae52f4f7b2e21c
parent fcd55bb4412e314a0643d66e37f2076950b895d0
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 13 Feb 2019 16:42:51 -0800

amd64: Fix typo in truncd instruction

Diffstat:
Mamd64/emit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amd64/emit.c b/amd64/emit.c @@ -96,7 +96,7 @@ static struct { { Oextub, Ki, "movzb%k %B0, %=" }, { Oexts, Kd, "cvtss2sd %0, %=" }, - { Otruncd, Ks, "cvttsd2ss %0, %=" }, + { Otruncd, Ks, "cvtsd2ss %0, %=" }, { Ostosi, Ki, "cvttss2si%k %0, %=" }, { Odtosi, Ki, "cvttsd2si%k %0, %=" }, { Oswtof, Ka, "cvtsi2%k %W0, %=" },