Fix #3182: 64 bit FP value returned by C calls was getting trashed
authorBen.Lippmeier@anu.edu.au <unknown>
Fri, 24 Apr 2009 06:50:53 +0000 (06:50 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Fri, 24 Apr 2009 06:50:53 +0000 (06:50 +0000)
commitc1cecc0b8c71fc84d4d1d9f1832b5fb172fe433e
tree25ab296621138a8dd5869fa8e38f80fa03627ce5
parent1c4738ba866893b3b5c7c9952e9a1bf48e2aa055
Fix #3182: 64 bit FP value returned by C calls was getting trashed
   movss instruction was being used to move the result into the
   destination register instead of movsd
compiler/nativeGen/X86/CodeGen.hs