changeset 963:fa21062b6948

Fix for tests/mini/callingconv1.d
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Sun, 15 Feb 2009 22:56:10 -0700
parents a415d305477f
children d7dead5f20f0
files gen/asm-x86-64.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/asm-x86-64.h	Sun Feb 15 16:30:15 2009 -0700
+++ b/gen/asm-x86-64.h	Sun Feb 15 22:56:10 2009 -0700
@@ -1000,7 +1000,7 @@
         { "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 },