Fix for tests/mini/callingconv1.d

This commit is contained in:
Kelly Wilson
2009-02-15 22:56:10 -07:00
parent 7ea5df5a26
commit b77c44b7dc

View File

@@ -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 },