From b77c44b7dcbeb04a50cd7365347cffcb42f0b3be Mon Sep 17 00:00:00 2001 From: Kelly Wilson Date: Sun, 15 Feb 2009 22:56:10 -0700 Subject: [PATCH] Fix for tests/mini/callingconv1.d --- 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 b9c293eb..709c4ab7 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_DstSrcSSE }, + { "movss", Op_DstSrcNT }, { "movsw", Op_movsX }, { "movsx", Op_movsx }, // word-only, reg dest { "movsxd", Op_movsx },