From 49a2b8d8e47d1bfaa2bd34de9e3b61c54b975d9d Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 9 May 2007 14:45:32 +0000 Subject: fix use of cvtsd2ss instruction --- astartup.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astartup.asm b/astartup.asm index 7f1ccb8..5c4982c 100644 --- a/astartup.asm +++ b/astartup.asm @@ -4215,11 +4215,12 @@ st_filli_array: ret create_arrayR32: - cvtsd2ss qword ptr (-8)[rsp],xmm0 + cvtsd2ss xmm0,xmm0 + movss dword ptr (-8)[rsp],xmm0 mov r10,rax add rax,6+1 shr rax,1 - mov ebx,qword ptr (-8)[rsp] + mov ebx,dword ptr (-8)[rsp] sub r15,rax jge no_collect_3579 call collect_0 -- cgit v1.2.3