From 7c7ed26a17c441f14fce50f5abe5c344c0f5db11 Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Mon, 16 Feb 2009 23:56:56 +0100 Subject: [PATCH] Revert wilsonk's "fix" for the callingconv1.d problem. --- gen/asm-x86-64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/asm-x86-64.h b/gen/asm-x86-64.h index ce7af7b8..16f999b2 100644 --- a/gen/asm-x86-64.h +++ b/gen/asm-x86-64.h @@ -1000,7 +1000,7 @@ namespace AsmParserx8664 { "movsq", Op_movsd }, { "movshdup", Op_DstSrcSSE }, { "movsldup", Op_DstSrcSSE }, - { "movss", Op_DstSrcNT }, + { "movss", Op_DstSrcSSE }, { "movsw", Op_movsX }, { "movsx", Op_movsx }, // word-only, reg dest { "movsxd", Op_movsx },