diff gen/asm-x86-64.h @ 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 e7dd879caae5
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 },